update biome setup
This commit is contained in:
parent
d5f7a05b1a
commit
ca1ebd24fa
2 changed files with 3 additions and 4 deletions
|
|
@ -8,10 +8,6 @@ return {
|
||||||
lint.linters.gitlint.args = { "--contrib", "contrib-title-conventional-commits", "--msg-filename", "-" }
|
lint.linters.gitlint.args = { "--contrib", "contrib-title-conventional-commits", "--msg-filename", "-" }
|
||||||
|
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
javascript = { "biomejs" },
|
|
||||||
typescript = { "biomejs" },
|
|
||||||
javascriptreact = { "biomejs" },
|
|
||||||
typescriptreact = { "biomejs" },
|
|
||||||
-- astro = { "eslint_d" },
|
-- astro = { "eslint_d" },
|
||||||
python = { "ruff" },
|
python = { "ruff" },
|
||||||
sh = { "shellcheck" },
|
sh = { "shellcheck" },
|
||||||
|
|
|
||||||
|
|
@ -73,6 +73,9 @@ return {
|
||||||
local servers = {
|
local servers = {
|
||||||
astro = {},
|
astro = {},
|
||||||
bashls = {},
|
bashls = {},
|
||||||
|
biome = {
|
||||||
|
single_file_support = true,
|
||||||
|
},
|
||||||
cssls = {},
|
cssls = {},
|
||||||
dockerls = {},
|
dockerls = {},
|
||||||
emmet_ls = {
|
emmet_ls = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue