From 90c2709f6963f67ff21b3d21a131b0eb88ebeb3f Mon Sep 17 00:00:00 2001 From: Theo Gravity Date: Thu, 4 Apr 2024 12:46:30 -0700 Subject: [PATCH] Update biome.json --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index f39f7f9..a54109d 100644 --- a/biome.json +++ b/biome.json @@ -11,6 +11,9 @@ "linter": { "enabled": true, "rules": { + "complexity": { + "useLiteralKeys": "off" + }, "suspicious": { "noImplicitAnyLet": "off", "noExplicitAny": "off"