Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielpza/eslint-lsp
Eslint language server
https://github.com/danielpza/eslint-lsp
eslint language-server language-server-protocol lsp
Last synced: 4 months ago
JSON representation
Eslint language server
- Host: GitHub
- URL: https://github.com/danielpza/eslint-lsp
- Owner: danielpza
- License: mit
- Created: 2020-10-18T21:03:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-18T19:17:35.000Z (almost 4 years ago)
- Last Synced: 2024-10-05T23:32:53.199Z (4 months ago)
- Topics: eslint, language-server, language-server-protocol, lsp
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-lsp
[![npm](https://img.shields.io/npm/v/eslint-lsp)](https://www.npmjs.com/package/eslint-lsp)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)Eslint language server
NOTE: this is a work in progress and still lacks many feature
## Installation
```sh
npm install --global eslint-lsp
# or from github npm install --global danielpza/eslint-lsp
```## Usage
```js
eslint-lsp --stdio
```## Emacs Integration
lsp-mode:
```el
(setq lsp-eslint-server-command '("eslint-lsp" "--stdio"))
```eglot:
```el
(add-to-list 'eglot-server-programs `(js-mode . ("eslint-lsp" "--stdio")))
```## Roadmap
- [ ] Code actions