Skip to content

Commit 9c63378

Browse files
committed
chore: Update biome config for v2
1 parent b586810 commit 9c63378

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

biome.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
66
"useIgnoreFile": true
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": ["__fixtures__", "package.json", "package-lock.json"]
10+
"includes": ["!__fixtures__", "!package.json", "!package-lock.json"]
1111
},
1212
"formatter": {
1313
"enabled": true,
1414
"indentStyle": "tab"
1515
},
16-
"organizeImports": {
17-
"enabled": true
18-
},
16+
"assist": { "actions": { "source": { "organizeImports": "on" } } },
1917
"linter": {
2018
"enabled": true,
2119
"rules": {

0 commit comments

Comments
 (0)