eslint not needed

This commit is contained in:
Kulvir Singh
2025-03-09 20:22:49 +05:30
parent a008233c7b
commit 3499cc0de8
2 changed files with 2 additions and 3 deletions

View File

@@ -7,8 +7,8 @@ return {
lint.linters_by_ft = {
json = { "jsonlint" },
typescript = { "eslint" },
typescriptreact = { "eslint" },
-- typescript = { "eslint" },
-- typescriptreact = { "eslint" },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,

View File

@@ -57,7 +57,6 @@ return {
local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, {
"eslint",
"gofumpt",
"goimports-reviser",
"jsonlint",