Jump to content

ESLint

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Golopotw (talk | contribs) at 18:37, 5 July 2019 (Add categories). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

ESLint
Original author(s)Nicholas C. Zakas
Developer(s)Nicholas C. Zakas
Initial release2013; 11 years ago (2013)
Stable release
6.0.1 / June 15, 2019; 5 years ago (2019-06-15)
Repository
Written inJavaScript
Operating systemCross-platform
Available inEnglish
TypeStatic code analysis
LicenseMIT License
Websiteeslint.org

ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. It is created by Nicholas C. Zakas in 2013. [1] Rules in ESLint are configurable, and customized rules can be defined and loaded. ESLint covers both code quality and coding style issues. ESLint supports newest standards of ECMAScript, and variant syntax, like experimental syntax, JSX, TypeScript, etc, can also be linted when appropriate parser is configured.

References