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 8b7c9bd commit 28fae4aCopy full SHA for 28fae4a
1 file changed
.oxlintrc.json
@@ -19,6 +19,9 @@
19
}
20
],
21
"import/no-duplicates": ["warn", { "prefer-inline": true }],
22
- "react-hooks/rules-of-hooks": "error"
+ // Disabled for now: oxlint treats any use*()/use() call as a React hook,
23
+ // producing false positives in async/test code (testcontainers, cli-v3 e2e).
24
+ // Re-enable (ideally scoped to React packages) once those are addressed.
25
+ "react-hooks/rules-of-hooks": "off"
26
27
0 commit comments