eslint
Lint your JavaScript files in Atom with ESLint
iancmyers 33,160 12 0.15.0 MIT GitHub

Atom ESLint

Lint your JavaScript files in Atom with ESLint. If you're not familiar, ESLint is a pluggable linting utility for JavaScript. Be sure to check out the plethora of rules that ESLint has available.

Usage

On save, lines containing linting errors will be highlighted in the gutter.

  • cmd-alt-l Lint the current file and display a list of errors.
  • cmd-alt-shift-l Reload the .eslintrc file.

atom-eslint

Installation

apm install eslint