From a4be29ad2a66a60f53ec52a72456d4f5f39f5fa1 Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Fri, 8 Aug 2025 11:11:19 -0300 Subject: [PATCH] "noUnusedImports": "error", --- Documentos/biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentos/biome.json b/Documentos/biome.json index e857766..53c9161 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -8,7 +8,7 @@ "correctness": { "noUnusedVariables": "error", "noUnusedImports": "error", - "noEmptyPattern": "error", + "noEmptyPattern": "off", "useExhaustiveDependencies": "off" }, "style": {