diff --git a/biome.json b/biome.json index 37d050265b..bb4cf8ec72 100644 --- a/biome.json +++ b/biome.json @@ -124,7 +124,13 @@ "noNestedTernary": "warn" }, "complexity": { - "noExcessiveLinesPerFunction": "warn" + "noExcessiveLinesPerFunction": { + "level": "warn", + "options": { + "maxLines": 100, + "skipBlankLines": true + } + } }, "performance": { "noImgElement": "warn"