a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: AST-based pattern checker for JavaScript
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.
Description: AST-based pattern checker for JavaScript
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.
* Output format "code-frame" requires node-babel-code-frame.
* Output format "table" requires node-table and node-pluralize.
--- 290215 Thu Jan 1 00:00:00 1970
+++ 275045 Thu Jan 1 00:00:00 1970
@@ -12,4 +12,5 @@
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.
+ * Output format "code-frame" requires node-babel-code-frame.
+ * Output format "table" requires node-table and node-pluralize.