fix(formatter): use biome check instead of format to include import sorting (#8057)

Co-authored-by: kynnyhsap <kynnyhsap@users.noreply.github.com>
This commit is contained in:
Andrew Pashynnyk
2026-01-12 23:21:38 +02:00
committed by GitHub
parent 735f3d17bc
commit 9c69c1de9f

View File

@@ -96,7 +96,7 @@ export const oxfmt: Info = {
export const biome: Info = {
name: "biome",
command: [BunProc.which(), "x", "@biomejs/biome", "format", "--write", "$FILE"],
command: [BunProc.which(), "x", "@biomejs/biome", "check", "--write", "$FILE"],
environment: {
BUN_BE_BUN: "1",
},