From 66c3245cab5aac0f8f511bb64712bdb739c2cc4c Mon Sep 17 00:00:00 2001 From: SArpnt Date: Fri, 9 Aug 2024 14:44:40 -0400 Subject: [PATCH] disable lint/style/useNumberNamespace --- biome.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/biome.jsonc b/biome.jsonc index dbec3c7..75ccf85 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -18,6 +18,7 @@ "useBlockStatements": "warn", "noCommaOperator": "off", "noNonNullAssertion": "off", + "useNumberNamespace": "off", }, "complexity": { "noForEach": "off",