Skip to content

Commit 5ae1f06

Browse files
committed
style: biomeフォーマット適用と複雑度上限を50に緩和
1 parent 6ba4ae9 commit 5ae1f06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"noExcessiveCognitiveComplexity": {
2525
"level": "warn",
2626
"options": {
27-
"maxAllowedComplexity": 35
27+
"maxAllowedComplexity": 50
2828
}
2929
}
3030
},

packages/config/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"noExcessiveCognitiveComplexity": {
5959
"level": "warn",
6060
"options": {
61-
"maxAllowedComplexity": 35
61+
"maxAllowedComplexity": 50
6262
}
6363
},
6464
"noVoid": "error",

0 commit comments

Comments
 (0)