diff --git a/client/eslint.config.js b/client/eslint.config.js index ba28812..79a552e 100644 --- a/client/eslint.config.js +++ b/client/eslint.config.js @@ -19,7 +19,6 @@ export default tseslint.config( }, rules: { ...reactHooks.configs.recommended.rules, - "react-hooks/rules-of-hooks": "off", // Disable hooks dependency order checking "react-refresh/only-export-components": [ "warn", { allowConstantExport: true },