We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b1825 commit 40c2c7fCopy full SHA for 40c2c7f
3 files changed
vortex-web/eslint.config.ts
@@ -21,7 +21,8 @@ export default tseslint.config({ ignores: ["dist", "storybook-static"] }, {
21
"react-refresh": reactRefresh,
22
},
23
rules: {
24
- ...reactHooks.configs.recommended.rules,
+ "react-hooks/rules-of-hooks": "error",
25
+ "react-hooks/exhaustive-deps": "warn",
26
"react-refresh/only-export-components": [
27
"warn",
28
{ allowConstantExport: true },
0 commit comments