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