change js linter to use lsp
This commit is contained in:
parent
d43fe76288
commit
c779823152
|
@ -19,7 +19,7 @@ return {
|
|||
})
|
||||
local lint = require("lint")
|
||||
lint.linters_by_ft = {
|
||||
javascript = { "biomejs" },
|
||||
javascript = { "eslint_d" },
|
||||
typescript = { "biomejs" },
|
||||
javascriptreact = { "biomejs" },
|
||||
typescriptreact = { "biomejs" },
|
||||
|
|
Loading…
Reference in New Issue