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' },
|
dockerfile = { 'hadolint' },
|
||||||
fish = { 'fish' },
|
fish = { 'fish' },
|
||||||
haskell = { 'hlint' },
|
haskell = { 'hlint' },
|
||||||
javascript = { 'eslint' },
|
javascript = { 'eslint_d' },
|
||||||
lua = { 'luacheck' },
|
lua = { 'luacheck' },
|
||||||
python = { 'pylint' },
|
python = { 'pylint' },
|
||||||
sh = { 'shellcheck' },
|
sh = { 'shellcheck' },
|
||||||
typescript = { 'eslint' },
|
typescript = { 'eslint_d' },
|
||||||
yaml = { 'yamllint' },
|
yaml = { 'yamllint' },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue