Skip to content

Commit 081a500

Browse files
committed
chore: bump Biome to v2, Vite to v7, Vitest to v4
1 parent 40e93b4 commit 081a500

File tree

12 files changed

+1592
-2111
lines changed

12 files changed

+1592
-2111
lines changed

biome.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3-
"organizeImports": {
4-
"enabled": true
5-
},
2+
"$schema": "https://biomejs.dev/schemas/2.3.11/schema.json",
3+
"assist": { "actions": { "source": { "organizeImports": "on" } } },
64
"formatter": {
75
"indentStyle": "space",
86
"indentWidth": 2,
@@ -16,17 +14,19 @@
1614
"linter": {
1715
"enabled": true,
1816
"rules": {
19-
"all": true,
2017
"complexity": {
2118
"noExcessiveCognitiveComplexity": "off"
2219
},
2320
"style": {
2421
"noDefaultExport": "off"
25-
}
22+
},
23+
"suspicious": {
24+
"noConsole": "error"
25+
},
26+
"recommended": true
2627
}
2728
},
2829
"files": {
29-
"include": ["src"],
30-
"ignore": ["src/kdbush-class.js"]
30+
"includes": ["**/src/**", "!**/src/kdbush-class.js"]
3131
}
3232
}

0 commit comments

Comments
 (0)