Linter
Lint your code with ease in Atom Editor
The idea is to stop the linter plugins war, by providing a top level API for linters to parse and display errors in the Atom editor.
How to / Installation
Install package through Atom or use CLI:
$ apm install linter
Available linters
API Documentation
Contribute
Stick to imposed codestyle:
$ npm i -g coffeelint eslint
$ npm run lint