Skip to content

Commit 21817eb

Browse files
committed
style: 💄 update linter rules
1 parent cee936a commit 21817eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"complexity": {
4242
"noStaticOnlyClass": "off",
4343
"useOptionalChain": "off",
44-
"noCommaOperator": "off"
44+
"noCommaOperator": "off",
45+
"noUselessLabel": "off"
4546
},
4647
"security": {
4748
"noGlobalEval": "off"

0 commit comments

Comments
 (0)