diff --git a/biome.json b/biome.json index 131d7be5c..8b73637ee 100644 --- a/biome.json +++ b/biome.json @@ -10,6 +10,14 @@ "nursery": { "noUnusedFunctionParameters": "error", "useDefaultSwitchClause": "error" + }, + "correctness": { + "useExhaustiveDependencies": { + "level": "warn", + "options": { + "hooks": [{ "name": "useNavigate", "stableResult": true }] + } + } } } },