Update config

This commit is contained in:
Shreerang Kale 2025-07-25 09:45:09 +05:30
parent afe7fbf5ed
commit a821839f86

View File

@ -18,7 +18,6 @@ const eslintConfig = [
"varsIgnorePattern": "^_" "varsIgnorePattern": "^_"
}], }],
"@typescript-eslint/no-empty-object-type": "off", "@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-explicit-any": "off",
"react-hooks/exhaustive-deps": "warn", "react-hooks/exhaustive-deps": "warn",
"indent": ["error", 2, { "SwitchCase": 1 }], "indent": ["error", 2, { "SwitchCase": 1 }],
"react/jsx-indent": ["error", 2], "react/jsx-indent": ["error", 2],