Slide 18
Slide 18 text
ESLint
• Uses Espree (fork of Esprima) for parsing.
• Pluggable architecture:
– All rules are plugins, more can be added at runtime.
– Different parsers can be used (Esprima, Espree or
Babel are currently compatible).
– Language extensions specified at configuration.
– Global variables predefined through Environments.
• Integrates with editors, build systems, command
line tools, and more!