From f7e771123f6ddc54e285b5b5e0ad53a7f611fe45 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 16 Mar 2025 18:09:53 +0100 Subject: [PATCH] fix: lint config --- biome.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/biome.json b/biome.json index fea15f82..f7db0c44 100644 --- a/biome.json +++ b/biome.json @@ -12,10 +12,6 @@ "noNonNullAssertion": "off" }, "recommended": true, - "style": { - "useImportType": "off", - "noNonNullAssertion": "off" - }, "correctness": { "useExhaustiveDependencies": "off" }, "suspicious": { "noExplicitAny": "off"