Skip to content

Commit 843d513

Browse files
committed
chore: sort biome.json
1 parent 27f657c commit 843d513

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

biome.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
},
1212
"linter": {
1313
"rules": {
14+
"complexity": {
15+
"noForEach": "off"
16+
},
17+
"correctness": {
18+
"noInvalidBuiltinInstantiation": {
19+
"level": "error"
20+
},
21+
"noUndeclaredVariables": "error",
22+
"noUnusedVariables": "error"
23+
},
1424
"style": {
1525
"noNamespace": "error",
1626
"useConsistentArrayType": {
@@ -40,16 +50,6 @@
4050
"noUselessElse": "error",
4151
"useShorthandFunctionType": "error"
4252
},
43-
"correctness": {
44-
"noInvalidBuiltinInstantiation": {
45-
"level": "error"
46-
},
47-
"noUndeclaredVariables": "error",
48-
"noUnusedVariables": "error"
49-
},
50-
"complexity": {
51-
"noForEach": "off"
52-
},
5353
"suspicious": {
5454
"noEmptyBlockStatements": "error"
5555
}

0 commit comments

Comments
 (0)