chore(lint): update linter list
This commit is contained in:
parent
3fe668252b
commit
e4e8d22fa7
1 changed files with 4 additions and 4 deletions
|
|
@ -9,10 +9,10 @@ return {
|
||||||
|
|
||||||
lint.linters_by_ft = {
|
lint.linters_by_ft = {
|
||||||
go = { "golangcilint" },
|
go = { "golangcilint" },
|
||||||
javascript = { "biomejs", "eslint_d" },
|
javascript = { "biomejs" },
|
||||||
typescript = { "biomejs", "eslint_d" },
|
typescript = { "biomejs" },
|
||||||
javascriptreact = { "biomejs", "eslint_d" },
|
javascriptreact = { "biomejs" },
|
||||||
typescriptreact = { "biomejs", "eslint_d" },
|
typescriptreact = { "biomejs" },
|
||||||
}
|
}
|
||||||
|
|
||||||
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })
|
local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true })
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue