jose-elias-alvarez / null-ls.nvim

Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
Other
3.63k stars 790 forks source link

jshint support #377

Open kaihendry opened 2 years ago

kaihendry commented 2 years ago

Issues

Feature description

Assuming I'm editing a file in the project with https://github.com/therootcompany/libreoffice-as-a-service/blob/main/.jshintrc

Would be nice if jshint diagnostics / linting could please come in?

Help

No

Implementation help

No response

jose-elias-alvarez commented 2 years ago

I see that ALE supports it, so we could definitely support it here. It would be a matter of porting ALE’s parser and setting this up as a built-in to run the executable with the correct arguments.