Skip to content

Commit a314f1e

Browse files
committed
chore(biome): update config
1 parent db28316 commit a314f1e

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,10 +1,7 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
33
"files": {
4-
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/*.astro"]
5-
},
6-
"organizeImports": {
7-
"enabled": true
4+
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json"]
85
},
96
"linter": {
107
"enabled": true,
@@ -13,6 +10,7 @@
1310
}
1411
},
1512
"formatter": {
13+
"enabled": true,
1614
"indentStyle": "space",
1715
"indentWidth": 2,
1816
"lineEnding": "lf",

0 commit comments

Comments
 (0)