Skip to content

Commit

Permalink
feat: mark exhaustive deps as warning only
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Dec 10, 2024
1 parent f712689 commit a028564
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
"rules": {
"recommended": true,
"correctness": {
"noUnusedVariables": "error"
"noUnusedVariables": "error",
"useExhaustiveDependencies": {
"level": "warn"
}
},
"style": {
"noNonNullAssertion": "off"
Expand Down

0 comments on commit a028564

Please sign in to comment.