Updated eslint
This commit is contained in:
@@ -5,10 +5,6 @@ return {
|
||||
local lint = require("lint")
|
||||
|
||||
lint.linters_by_ft = {
|
||||
javascript = { "eslint_d" },
|
||||
typescript = { "eslint_d" },
|
||||
javascriptreact = { "eslint_d" },
|
||||
typescriptreact = { "eslint_d" },
|
||||
python = { "ruff" },
|
||||
}
|
||||
|
||||
|
||||
@@ -37,6 +37,7 @@ return {
|
||||
"yamlls",
|
||||
"bashls",
|
||||
"marksman",
|
||||
"eslint",
|
||||
}
|
||||
|
||||
for _, lsp in ipairs(defaultLsps) do
|
||||
|
||||
@@ -36,6 +36,7 @@ return {
|
||||
"bashls",
|
||||
"tailwindcss",
|
||||
"marksman",
|
||||
"eslint",
|
||||
},
|
||||
automatic_installation = true,
|
||||
})
|
||||
@@ -46,7 +47,6 @@ return {
|
||||
"prettier",
|
||||
"dprint",
|
||||
"ruff",
|
||||
"eslint_d",
|
||||
"rustywind",
|
||||
},
|
||||
automatic_installation = true,
|
||||
|
||||
Reference in New Issue
Block a user