Skip to content

Commit

Permalink
fix(biome-check): use --write instead of deprecated --apply (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
abellaismail7 authored Jul 1, 2024
1 parent c26dadf commit 0cdd6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/conform/formatters/biome-check.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ return {
},
command = util.from_node_modules("biome"),
stdin = true,
args = { "check", "--apply", "--stdin-file-path", "$FILENAME" },
args = { "check", "--write", "--stdin-file-path", "$FILENAME" },
cwd = util.root_file({
"biome.json",
"biome.jsonc",
Expand Down

0 comments on commit 0cdd6a7

Please sign in to comment.