Eslint language server
NOTE: this is a work in progress and still lacks many feature
npm install --global eslint-lsp
# or from github npm install --global danielpza/eslint-lspeslint-lsp --stdiolsp-mode:
(setq lsp-eslint-server-command '("eslint-lsp" "--stdio"))eglot:
(add-to-list 'eglot-server-programs `(js-mode . ("eslint-lsp" "--stdio")))- Code actions