Skip to content

Commit 6a6b15a

Browse files
don't disable rules-of-hooks
1 parent 6efdcb6 commit 6a6b15a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default tseslint.config(
1919
},
2020
rules: {
2121
...reactHooks.configs.recommended.rules,
22-
"react-hooks/rules-of-hooks": "off", // Disable hooks dependency order checking
2322
"react-refresh/only-export-components": [
2423
"warn",
2524
{ allowConstantExport: true },

0 commit comments

Comments
 (0)