fix(format): use biome format instead of check to prevent import removal (#20545)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
pull/20242/merge
Burak Yigit Kaya 2026-04-02 16:52:52 +01:00 committed by GitHub
parent 510a1e8140
commit c3dfd08ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export const oxfmt: Info = {
export const biome: Info = {
name: "biome",
command: ["bun", "x", "@biomejs/biome", "check", "--write", "$FILE"],
command: ["bun", "x", "@biomejs/biome", "format", "--write", "$FILE"],
environment: {
BUN_BE_BUN: "1",
},