From 0cdd6a7c66a57560c91c816a567bd1d247be53c3 Mon Sep 17 00:00:00 2001 From: Ismail Ait Bella <60820321+abellaismail7@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:48:36 +0100 Subject: fix(biome-check): use --write instead of deprecated --apply (#482) --- lua/conform/formatters/biome-check.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conform') 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", -- cgit v1.2.3-70-g09d2