chore: Biome increase line numbers per function (#26846)

This commit is contained in:
Volnei Munhoz
2026-01-14 15:46:50 -03:00
committed by GitHub
parent ec383f6eef
commit 5778409055
+7 -1
View File
@@ -124,7 +124,13 @@
"noNestedTernary": "warn"
},
"complexity": {
"noExcessiveLinesPerFunction": "warn"
"noExcessiveLinesPerFunction": {
"level": "warn",
"options": {
"maxLines": 100,
"skipBlankLines": true
}
}
},
"performance": {
"noImgElement": "warn"