(chore:lint) relax rules, build fix

This commit is contained in:
ManishMadan2882
2025-11-05 20:02:01 +05:30
parent 9d266e9fad
commit 3d6757c170
3 changed files with 336 additions and 271 deletions

View File

@@ -23,6 +23,7 @@ module.exports = {
'react/react-in-jsx-scope': 'off',
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-unused-vars': 'warn',
'@typescript-eslint/no-unused-expressions': 'warn',
'prettier/prettier': [
'error',
{