Skip to content

Commit ca3bbc3

Browse files
committed
chore(biome): update config
1 parent 160126e commit ca3bbc3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

biome.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
33
"organizeImports": {
44
"enabled": true,
5-
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/"]
5+
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/**"]
66
},
77
"linter": {
88
"enabled": true,
99
"rules": {
1010
"recommended": true
1111
},
12-
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/"]
12+
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/**"]
1313
},
1414
"formatter": {
1515
"indentStyle": "space",
1616
"indentWidth": 2,
1717
"lineEnding": "lf",
1818
"lineWidth": 320,
1919
"attributePosition": "auto",
20-
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/"]
20+
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/**"]
2121
},
2222
"javascript": {
2323
"formatter": {

0 commit comments

Comments
 (0)