eslint

AST-based pattern checker for JavaScript

Description

ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code. In many ways, it is similar to JSLint and JSHint with a few exceptions:

 * ESLint uses Espree for JavaScript parsing
 * ESLint uses an AST to evaluate patterns in code
 * ESLint is completely pluggable,
   every single rule is a plugin and you can add more at runtime

Some uses of ESLint require additional packages:
 * Use of parsers other than the default (Espree) require that parser,
   e.g. node-babel-eslint, node-esprima, or node-esprima-fb.
 * Use of option --init require package node-inquirer.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://eslint.org/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install eslint