Skip to content

Commit 39ae674

Browse files
Turn Off Biome Import Sorting [AARD-2096] (#1287)
Co-authored-by: Azalea Colburn <62953415+azaleacolburn@users.noreply.github.com>
2 parents e365104 + 650f1ee commit 39ae674

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

fission/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,5 +179,5 @@
179179
{ "includes": ["src/proto/**/*"], "linter": { "enabled": false } }
180180
],
181181

182-
"assist": { "enabled": true, "actions": { "source": { "organizeImports": "on" } } }
182+
"assist": { "enabled": true, "actions": { "source": { "organizeImports": "off" } } }
183183
}

fission/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"build:prod": "tsc && vite build --base=/fission/ --outDir dist/prod",
1616
"build:dev": "tsc && vite build --base=/fission-closed/ --outDir dist/dev",
1717
"preview": "vite preview --base=/fission/",
18-
"lint": "bunx --bun biome lint",
19-
"lint:fix": "bunx --bun biome lint --fix",
20-
"fmt": "bunx --bun biome format src",
21-
"fmt:fix": "bunx --bun biome format src --write",
22-
"style": "bun run fmt && bun run lint",
23-
"style:fix": "bun run fmt:fix && bun run lint:fix",
18+
"lint": "bunx biome lint",
19+
"lint:fix": "bunx biome lint --write",
20+
"fmt": "bunx biome format src",
21+
"fmt:fix": "bunx biome format src --write",
22+
"style": "bunx biome check src",
23+
"style:fix": "bunx biome check src --write",
2424
"assetpack": "git lfs pull && tar -xf public/assetpack.zip -C public/",
2525
"assetpack:update": "cd public && zip -FS -r assetpack.zip Downloadables",
2626
"playwright:install": "bun x playwright install",

0 commit comments

Comments
 (0)