From 500a6ae6c10b2a96e85e64045ad9f3b16e2af7f8 Mon Sep 17 00:00:00 2001 From: Francesco Pasqua Date: Sat, 13 Apr 2024 23:44:08 +0200 Subject: fix(biome-check): use safe fixes (#373) --- lua/conform/formatters/biome-check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/conform/formatters/biome-check.lua b/lua/conform/formatters/biome-check.lua index 1ac99e3..7115903 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-unsafe", "--stdin-file-path", "$FILENAME" }, + args = { "check", "--apply", "--stdin-file-path", "$FILENAME" }, cwd = util.root_file({ "biome.json", }), -- cgit v1.2.3-70-g09d2