Skip to content

Commit d0d985e

Browse files
committed
fix: use the current React lint rule prefix
1 parent 722d314 commit d0d985e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript/consistent-type-imports": "error",
4646
"import/no-duplicates": "error",
4747
"import/namespace": "off",
48-
"react-hooks/exhaustive-deps": "off",
48+
"react/exhaustive-deps": "off",
4949
"react/rules-of-hooks": "off",
5050
"guard-for-in": "error",
5151
"symbol-description": "error",

0 commit comments

Comments
 (0)