diff --git a/biome.json b/biome.json index d139dfd..ac1a04a 100644 --- a/biome.json +++ b/biome.json @@ -23,7 +23,11 @@ "rules": { "recommended": true, "style": { - "useImportType": "off" + "useImportType": "off", + "noNonNullAssertion": "off" + }, + "correctness": { + "useExhaustiveDependencies": "off" } } },