From 07cee1750181695309517b6c6d54aa9cbafd8119 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Tue, 28 Jan 2025 16:07:15 -0500 Subject: [PATCH] style: temporarily disable some naggy lints --- biome.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" } } },