mason-org/mason.nvim

[New package]: Eslint

Open

#697 geöffnet am 25. Nov. 2022

Auf GitHub ansehen
 (9 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Lua (337 Forks)batch import
help wantednew-package-request

Repository-Metriken

Stars
 (10.278 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 18h) (4 gemergte PRs in 30 T)

Beschreibung

I've searched open & closed issues for similar requests

Yes

Package name

eslint

Package homepage

https://eslint.org/

Languages

typescript, javascript

How is this package distributed?

npm


Although there is eslint_d available via Mason, eslint itself is not. For null-ls, this does not make a difference, since eslint_d can fully replace eslint here.

But the eslint-lsp does require eslint on the system and does not work with eslint_d. So right now, you can install the eslint-lsp via mason, but still have to install eslint itself outside of mason.

Contributor Guide