diff --git a/biome.json b/biome.json index 0cfe05d..40316a7 100644 --- a/biome.json +++ b/biome.json @@ -40,7 +40,7 @@ }, "suspicious": { "noEmptyBlockStatements": "error", - "noExplicitAny": "error", + "noExplicitAny": "info", "noExtraNonNullAssertion": "error", "noMisleadingInstantiator": "error", "noUnsafeDeclarationMerging": "error",