We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f59e3 commit 97e0885Copy full SHA for 97e0885
.oxlintrc.json
@@ -8,6 +8,7 @@
8
"builtin": true
9
},
10
"rules": {
11
- "no-unused-vars": "warn"
+ "no-unused-vars": "warn",
12
+ "react-hooks/rules-of-hooks": "error"
13
}
14
0 commit comments