fixes biome config
This commit is contained in:
parent
e566cd27a6
commit
6ba602db2e
1 changed files with 6 additions and 6 deletions
|
|
@ -2,17 +2,17 @@ return {
|
|||
"stevearc/conform.nvim",
|
||||
opts = {
|
||||
formatters_by_ft = {
|
||||
typescriptreact = { "biome-check", "prettierd" },
|
||||
typescriptreact = { "biome-check", "prettierd", stop_after_first = true },
|
||||
astro = { "prettierd" },
|
||||
typescript = { "biome-check", "prettierd" },
|
||||
javascript = { "biome-check", "prettierd" },
|
||||
javascriptreact = { "biome-check", "prettierd" },
|
||||
typescript = { "biome-check", "prettierd", stop_after_first = true },
|
||||
javascript = { "biome-check", "prettierd", stop_after_first = true },
|
||||
javascriptreact = { "biome-check", "prettierd", stop_after_first = true },
|
||||
html = { "prettierd" },
|
||||
htmlangular = { "prettierd" },
|
||||
css = { "biome-check", "prettierd" },
|
||||
css = { "biome-check", "prettierd", stop_after_first = true },
|
||||
yaml = { "prettierd" },
|
||||
markdown = { "prettierd" },
|
||||
json = { "biome-check", "prettierd" },
|
||||
json = { "biome-check", "prettierd", stop_after_first = true },
|
||||
lua = { "stylua" },
|
||||
go = { "goimports" },
|
||||
gomod = { "goimports" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue