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" } } },