Co-authored-by: Aiden Cline <[email protected]>
@@ -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",
},