From 4f676c5193b7dca17d6ca8cb47ddd57d80f15d3f Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Fri, 8 Aug 2025 10:59:52 -0300 Subject: [PATCH] useLiteralKeys --- Documentos/biome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentos/biome.json b/Documentos/biome.json index 8de8931..db98f2f 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -32,6 +32,7 @@ "complexity": { "noUselessConstructor": "error", "noBannedTypes": "off", + "useLiteralKeys": "off", "useArrowFunction": "warn", "useDateNow": "off" }, @@ -58,4 +59,4 @@ "attributePosition": "multiline" } } -} +} \ No newline at end of file