chore: Biome increase line numbers per function (#26846)
This commit is contained in:
+7
-1
@@ -124,7 +124,13 @@
|
||||
"noNestedTernary": "warn"
|
||||
},
|
||||
"complexity": {
|
||||
"noExcessiveLinesPerFunction": "warn"
|
||||
"noExcessiveLinesPerFunction": {
|
||||
"level": "warn",
|
||||
"options": {
|
||||
"maxLines": 100,
|
||||
"skipBlankLines": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"performance": {
|
||||
"noImgElement": "warn"
|
||||
|
||||
Reference in New Issue
Block a user