From 4d7f67570a77418e0f495453dc84de48ff183320 Mon Sep 17 00:00:00 2001 From: ukorvl Date: Sat, 21 Oct 2023 15:59:43 +0400 Subject: [PATCH] minor changes in biome config #12 --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index 2a401d3..3db1b12 100644 --- a/biome.json +++ b/biome.json @@ -8,6 +8,9 @@ "recommended": true, "correctness": { "noUnusedVariables": "warn" + }, + "suspicious": { + "noExplicitAny": "off" } } },