feat: add biome linter
This commit is contained in:
parent
ab8fab8099
commit
203f1d5969
2 changed files with 5 additions and 2 deletions
lua
|
@ -1,8 +1,10 @@
|
|||
local options = {
|
||||
formatters_by_ft = {
|
||||
bash = { "shfmt" },
|
||||
css = { "prettier" },
|
||||
json = { "prettier" },
|
||||
css = { "biome" },
|
||||
json = { "biome" },
|
||||
javascript = { "biome" },
|
||||
typpescript = { "biome " },
|
||||
go = { "goimports", "gofmt" },
|
||||
html = { "prettier" },
|
||||
lua = { "stylua" },
|
||||
|
|
|
@ -35,6 +35,7 @@ return {
|
|||
"markdownlint",
|
||||
"terraformls",
|
||||
"tflint",
|
||||
"biome",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue