aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform')
-rw-r--r--lua/conform/formatters/biome-check.lua1
-rw-r--r--lua/conform/formatters/biome.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/lua/conform/formatters/biome-check.lua b/lua/conform/formatters/biome-check.lua
index 7115903..5033cc3 100644
--- a/lua/conform/formatters/biome-check.lua
+++ b/lua/conform/formatters/biome-check.lua
@@ -10,5 +10,6 @@ return {
args = { "check", "--apply", "--stdin-file-path", "$FILENAME" },
cwd = util.root_file({
"biome.json",
+ "biome.jsonc",
}),
}
diff --git a/lua/conform/formatters/biome.lua b/lua/conform/formatters/biome.lua
index 1d37c1c..99af89e 100644
--- a/lua/conform/formatters/biome.lua
+++ b/lua/conform/formatters/biome.lua
@@ -10,5 +10,6 @@ return {
args = { "format", "--stdin-file-path", "$FILENAME" },
cwd = util.root_file({
"biome.json",
+ "biome.jsonc",
}),
}