diff --git a/eslint.config.js b/eslint.config.js index 90b7d60..085f927 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -29,7 +29,9 @@ export default defineConfig([ caughtErrorsIgnorePattern: '^_', }, ], + 'no-useless-assignment': 'warn', 'react-hooks/set-state-in-effect': 'warn', + 'react-hooks/immutability': 'warn', 'react-hooks/exhaustive-deps': 'warn', }, },