Skip to content

Commit e70cd18

Browse files
committed
fix: Add exhaustive deps and schema to oxlint
1 parent 5ea2b4f commit e70cd18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.oxlintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
2+
"$schema": "./node_modules/oxlint/configuration_schema.json",
23
"ignorePatterns": [
34
"src/integrations/api/*.gen.d.ts",
45
"src/assets/**"
5-
]
6+
],
7+
"rules": {
8+
"react/exhaustive-deps": "error"
9+
}
610
}

0 commit comments

Comments
 (0)