Skip to content

Commit cc85047

Browse files
BYKrekram1-node
andauthored
fix(format): use biome format instead of check to prevent import removal (anomalyco#20545)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
1 parent 490242f commit cc85047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opencode/src/format/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const oxfmt: Info = {
103103

104104
export const biome: Info = {
105105
name: "biome",
106-
command: ["bun", "x", "@biomejs/biome", "check", "--write", "$FILE"],
106+
command: ["bun", "x", "@biomejs/biome", "format", "--write", "$FILE"],
107107
environment: {
108108
BUN_BE_BUN: "1",
109109
},

0 commit comments

Comments
 (0)