nvim: after/plugin/nvim-lint: Use eslint_d instead of eslint
This commit is contained in:
parent
734e486f52
commit
bc8904c94b
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ nvim_lint.linters_by_ft = {
|
|||
dockerfile = { 'hadolint' },
|
||||
fish = { 'fish' },
|
||||
haskell = { 'hlint' },
|
||||
javascript = { 'eslint' },
|
||||
javascript = { 'eslint_d' },
|
||||
lua = { 'luacheck' },
|
||||
python = { 'pylint' },
|
||||
sh = { 'shellcheck' },
|
||||
typescript = { 'eslint' },
|
||||
typescript = { 'eslint_d' },
|
||||
yaml = { 'yamllint' },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue