aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/biome-check.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/biome-check.lua')
-rw-r--r--lua/conform/formatters/biome-check.lua1
1 files changed, 1 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",
}),
}