Skip to content

Commit

Permalink
revert biome: remove exhaustive rule options
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 12, 2024
1 parent 25d0638 commit f4b6130
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
"nursery": {
"noUnusedFunctionParameters": "error",
"useDefaultSwitchClause": "error"
},
"correctness": {
"useExhaustiveDependencies": {
"level": "warn",
"options": {
"hooks": [{ "name": "useNavigate", "stableResult": true }]
}
}
}
}
},
Expand Down

0 comments on commit f4b6130

Please sign in to comment.