ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Switch to language server #208

Open sonicdoe opened 7 years ago

sonicdoe commented 7 years ago

With GitHub and Facebook introducing Atom-IDE and atom-languageclient maturing, it might make sense to utilize a language server. This isolation of the core linter may help us when writing tests and when incorporating ESLint plugins, for example.

In case anyone is interested, I’ve started development of a JavaScript Standard Style Language Server over at sonicdoe/standard-language-server a few weeks ago.