From f4b6130b56179bc50b54699ad149fc7439eb6c17 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 12 Jun 2024 18:00:05 -0400 Subject: [PATCH] revert biome: remove exhaustive rule options --- biome.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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 }] + } + } } } },