Skip to content

Commit

Permalink
fix(biome): support biome.jsonc file
Browse files Browse the repository at this point in the history
  • Loading branch information
ton1517 committed May 6, 2024
1 parent 12b3995 commit d7f22d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/conform/formatters/biome-check.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ return {
args = { "check", "--apply", "--stdin-file-path", "$FILENAME" },
cwd = util.root_file({
"biome.json",
"biome.jsonc",
}),
}
1 change: 1 addition & 0 deletions lua/conform/formatters/biome.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ return {
args = { "format", "--stdin-file-path", "$FILENAME" },
cwd = util.root_file({
"biome.json",
"biome.jsonc",
}),
}

0 comments on commit d7f22d5

Please sign in to comment.