ESLint
It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "ESLint" – news · newspapers · books · scholar · JSTOR Timestamp: 20190705183030 18:30, 5 July 2019 (UTC) Administrators: delete |
Original author(s) | Nicholas C. Zakas |
---|---|
Developer(s) | Nicholas C. Zakas |
Initial release | 2013 |
Stable release | 6.0.1
/ June 15, 2019 |
Repository | |
Written in | JavaScript |
Operating system | Cross-platform |
Available in | English |
Type | Static code analysis |
License | MIT License |
Website | eslint |
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][2] Rules in ESLint are configurable, and customized rules can be defined and loaded. ESLint covers both code quality and coding style issues. ESLint supports current standards of ECMAScript, and experimental syntax from drafts for future standards. Code using JSX or TypeScript can also be processed when a plugin or transpiler is used.[3]
History
Both JSLint and JSHint were lacking the ability to create additional rules for code quality and coding style.[2] After contributing to JSHint, Zakas decided to create a new linting tool, ESLint, where all rules are configurable, and additional rules can be defined or loaded at run-time.[4]
See also
References
- ^ "First commit - eslint/eslint". GitHub. Retrieved 2019-07-05.
{{cite web}}
: Cite has empty unknown parameter:|dead-url=
(help) - ^ a b Zakas, Nicholas C. (16 July 2013). "Introducing ESLint". nczonline.net. Retrieved 2018-02-26.
JSLint was the state of the art in JavaScript linting technology
- ^ "How to setup ESLint for Typescript code". Wisdom Geek. Kataria, Saransh.
- ^ "Understanding the Real Advantages of Using ESLint". Rangle.io Blog. 2015-03-26. Retrieved 2018-02-26.