Skip to content

Commit 5778409

Browse files
authored
chore: Biome increase line numbers per function (#26846)
1 parent ec383f6 commit 5778409

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

biome.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,13 @@
124124
"noNestedTernary": "warn"
125125
},
126126
"complexity": {
127-
"noExcessiveLinesPerFunction": "warn"
127+
"noExcessiveLinesPerFunction": {
128+
"level": "warn",
129+
"options": {
130+
"maxLines": 100,
131+
"skipBlankLines": true
132+
}
133+
}
128134
},
129135
"performance": {
130136
"noImgElement": "warn"

0 commit comments

Comments
 (0)