From 2ce448497c8cf3093e1a0aac04786699d9aef4ad Mon Sep 17 00:00:00 2001 From: hwangsihu Date: Fri, 12 Jul 2024 20:55:34 +0900 Subject: [PATCH] . --- biome.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 708edcd16..27538ab80 100644 --- a/biome.json +++ b/biome.json @@ -31,7 +31,7 @@ "noExcessiveCognitiveComplexity": { "level": "warn", "options": { - "maxAllowedComplexity": 50 + "maxAllowedComplexity": 30 } } },