From 50887b522c8a2b259e08406c98aed81b96949a1d Mon Sep 17 00:00:00 2001 From: Luiz Silva Date: Fri, 8 Aug 2025 11:00:55 -0300 Subject: [PATCH] "noDebugger": "off", --- Documentos/biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentos/biome.json b/Documentos/biome.json index db98f2f..e857766 100644 --- a/Documentos/biome.json +++ b/Documentos/biome.json @@ -23,7 +23,7 @@ "noInferrableTypes": "error" }, "suspicious": { - "noDebugger": "error", + "noDebugger": "off", "noDoubleEquals": "off", "noExplicitAny": "off", "noApproximativeNumericConstant": "warn",