Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chemzqm/eslint-server
language server of eslint
https://github.com/chemzqm/eslint-server
Last synced: about 1 month ago
JSON representation
language server of eslint
- Host: GitHub
- URL: https://github.com/chemzqm/eslint-server
- Owner: chemzqm
- Created: 2018-07-30T14:26:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T05:09:37.000Z (over 6 years ago)
- Last Synced: 2024-10-29T12:55:53.945Z (about 2 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# eslint-server
[Langserver server](https://microsoft.github.io/language-server-protocol/specification) for eslint.
## Start server
``` js
node lib/index.js --stdio
```