Updated eslint

This commit is contained in:
2025-03-01 18:31:45 +01:00
parent b52fe9d949
commit 0c0d5b2d13
3 changed files with 2 additions and 5 deletions

View File

@@ -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" },
} }

View File

@@ -37,6 +37,7 @@ return {
"yamlls", "yamlls",
"bashls", "bashls",
"marksman", "marksman",
"eslint",
} }
for _, lsp in ipairs(defaultLsps) do for _, lsp in ipairs(defaultLsps) do

View File

@@ -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,