chore(lint): update linter list

This commit is contained in:
Simon Lasbrugnas 2025-08-04 02:39:51 +02:00
parent 3fe668252b
commit e4e8d22fa7
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -9,10 +9,10 @@ return {
lint.linters_by_ft = {
go = { "golangcilint" },
javascript = { "biomejs", "eslint_d" },
typescript = { "biomejs", "eslint_d" },
javascriptreact = { "biomejs", "eslint_d" },
typescriptreact = { "biomejs", "eslint_d" },
javascript = { "biomejs" },
typescript = { "biomejs" },
javascriptreact = { "biomejs" },
typescriptreact = { "biomejs" },
}
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })