Skip to content

Commit 77f458e

Browse files
up pkgs
1 parent 107e362 commit 77f458e

File tree

4 files changed

+403
-327
lines changed

4 files changed

+403
-327
lines changed

biome.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"javascript": {
77
"formatter": {
8-
"trailingComma": "none",
8+
"trailingCommas": "none",
99
"indentStyle": "space",
1010
"quoteStyle": "single"
1111
}
@@ -23,7 +23,8 @@
2323
"rules": {
2424
"recommended": true,
2525
"complexity": {
26-
"useLiteralKeys": "off"
26+
"useLiteralKeys": "off",
27+
"noExcessiveNestedTestSuites": "off"
2728
},
2829
"style": {
2930
"noParameterAssign": "off",

0 commit comments

Comments
 (0)