Skip to content

Commit c6a9a85

Browse files
committed
meta: update biome.jsonc version
1 parent e6657d9 commit c6a9a85

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

biome.jsonc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
66
"useIgnoreFile": true
77
},
88
"files": {
99
"ignoreUnknown": true,
10-
"ignore": []
10+
"includes": ["**"]
1111
},
1212
"formatter": {
1313
"enabled": true,
1414
"lineWidth": 120,
1515
"indentStyle": "space",
1616
"indentWidth": 2
1717
},
18-
"organizeImports": {
19-
"enabled": true
20-
},
18+
"assist": { "actions": { "source": { "organizeImports": "on" } } },
2119
"linter": {
2220
"enabled": true,
2321
"rules": {

0 commit comments

Comments
 (0)