Skip to content

Commit 018edea

Browse files
committed
chore(biome): revert config to 1.9.4
1 parent ec16ddc commit 018edea

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/biome.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup Biome
2020
uses: biomejs/setup-biome@v2
2121
with:
22-
version: 2.2.2
22+
version: 1.9.4
2323

2424
- name: Run Biome
2525
run: biome ci .

biome.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.2/schema.json",
3-
"files": {
4-
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json"]
2+
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3+
"organizeImports": {
4+
"enabled": true,
5+
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/"]
56
},
67
"linter": {
78
"enabled": true,
89
"rules": {
910
"recommended": true
10-
}
11+
},
12+
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/"]
1113
},
1214
"formatter": {
13-
"enabled": true,
1415
"indentStyle": "space",
1516
"indentWidth": 2,
1617
"lineEnding": "lf",
1718
"lineWidth": 250,
18-
"attributePosition": "auto"
19+
"attributePosition": "auto",
20+
"ignore": ["**/pnpm-lock.yaml", "**/dist/**", "**/node_modules/**", "**/assets/bundled/**", "*.min.json", "**/.astro/"]
1921
},
2022
"javascript": {
2123
"formatter": {

0 commit comments

Comments
 (0)