diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index 2ebffbe5c..262642fcb 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -60,7 +60,7 @@ export default defineConfig( }, rules: { 'react-hooks/exhaustive-deps': 'warn', - 'react-hooks/rules-of-hooks': 'warn', + 'react-hooks/rules-of-hooks': 'error', }, }, {