Skip to content

Commit 42e5f90

Browse files
committed
chore: disable Biome rule
1 parent 6a44460 commit 42e5f90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
"complexity": {
6060
"noForEach": "off",
6161
"noStaticOnlyClass": "off",
62-
"noUselessEscapeInRegex": "error"
62+
"noUselessEscapeInRegex": "error",
63+
"noUselessSwitchCase": "off"
6364
},
6465
"performance": {
6566
"noBarrelFile": "off",

0 commit comments

Comments
 (0)