This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
An open source JavaScript linting utility that enables developers to discover problems with their JavaScript code without executing it. ESLint is written using Node.js to provide a fast runtime environment.
First released | 2013 |
Developed by | Nicholas C. Zakas |
Open-source | Yes |
The underlying philosophy of ESLint was having a linting tool where everything was pluggable, every rule was stand-alone, and it was agenda-free in that it doesn't enforce any particular coding style.