update biome setup

This commit is contained in:
Alexander Navarro 2025-01-16 08:30:21 -03:00
parent d5f7a05b1a
commit ca1ebd24fa
2 changed files with 3 additions and 4 deletions

View file

@ -8,10 +8,6 @@ return {
lint.linters.gitlint.args = { "--contrib", "contrib-title-conventional-commits", "--msg-filename", "-" }
lint.linters_by_ft = {
javascript = { "biomejs" },
typescript = { "biomejs" },
javascriptreact = { "biomejs" },
typescriptreact = { "biomejs" },
-- astro = { "eslint_d" },
python = { "ruff" },
sh = { "shellcheck" },

View file

@ -73,6 +73,9 @@ return {
local servers = {
astro = {},
bashls = {},
biome = {
single_file_support = true,
},
cssls = {},
dockerls = {},
emmet_ls = {