Skip to content

Commit add3cf3

Browse files
authored
fix(biome): format for files like [id].ts (#55)
* fix(biome): format for files like `[id].ts` * `--write` is not neccessary
1 parent 376a7bc commit add3cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/guard-collection/formatter.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ M.zigfmt = {
282282

283283
M.biome = {
284284
cmd = 'biome',
285-
args = { 'format', '--write' },
285+
args = { 'format', '--stdin-file-path' },
286286
fname = true,
287-
stdin = false,
287+
stdin = true,
288288
}
289289

290290
M.xmllint = {

0 commit comments

Comments
 (0)