aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform')
-rw-r--r--lua/conform/formatters/biome-check.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/biome-check.lua b/lua/conform/formatters/biome-check.lua
index 5033cc3..862923a 100644
--- a/lua/conform/formatters/biome-check.lua
+++ b/lua/conform/formatters/biome-check.lua
@@ -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",