Skip to content

Commit

Permalink
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 bf68df9 commit 25d0638
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@
"nursery": {
"noUnusedFunctionParameters": "error",
"useDefaultSwitchClause": "error"
},
"correctness": {
"useExhaustiveDependencies": {
"level": "warn",
"options": {
"hooks": [{ "name": "useNavigate", "stableResult": true }]
}
}
}
}
},
Expand Down

0 comments on commit 25d0638

Please sign in to comment.