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>
This commit is contained in:
co-authored by
Aiden Cline
parent
510a1e8140
commit
c3dfd08ba8
@@ -103,7 +103,7 @@ export const oxfmt: Info = {
|
|||||||
|
|
||||||
export const biome: Info = {
|
export const biome: Info = {
|
||||||
name: "biome",
|
name: "biome",
|
||||||
command: ["bun", "x", "@biomejs/biome", "check", "--write", "$FILE"],
|
command: ["bun", "x", "@biomejs/biome", "format", "--write", "$FILE"],
|
||||||
environment: {
|
environment: {
|
||||||
BUN_BE_BUN: "1",
|
BUN_BE_BUN: "1",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user