/Linter

Inline code linting for Atom

Primary LanguageCoffeeScriptMIT LicenseMIT

Linter

Slack Badge Build Status Plugin installs! Package version! Dependencies!

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.

Preview

How to / Installation

Install package through Atom or use CLI:

  • $ apm install linter

Availables linters

Full linters list

API Documentation

Linter API wiki

Contribute

Stick to imposed codestyle:

  • $ npm i -g coffeelint eslint
  • $ npm run lint