diff --git a/frontend/eslint.config.js b/frontend/eslint.config.js index af687272..fc012a59 100644 --- a/frontend/eslint.config.js +++ b/frontend/eslint.config.js @@ -9,7 +9,6 @@ export default [ { rules: { 'react/react-in-jsx-scope': 'off' , - '@typescript-eslint/no-explicit-any': 'off', 'react/no-unescaped-entities': 'off' } }