From 5e930243be42cb79dc72ee66f12578074e670120 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:15:37 -0800 Subject: chore(biome): re-enable noImplicitAnyLet rule --- biome.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'biome.json') diff --git a/biome.json b/biome.json index ee81cfa3..345593bf 100644 --- a/biome.json +++ b/biome.json @@ -22,10 +22,7 @@ "linter": { "enabled": true, "rules": { - "recommended": true, - "suspicious": { - "noImplicitAnyLet": "off" - } + "recommended": true } }, "overrides": [] -- cgit v1.2.3