JSLint

JSLint
Original author(s)Douglas Crockford
Developer(s)Douglas Crockford, Kai Zhu
Initial release2002 (2002)
Stable release
v2024.11.24  / 25 November 2024 (25 November 2024)
Repository
Written inJavaScript
Operating systemCross-platform
Available inEnglish
TypeStatic code analysis
LicenseUnlicense
Websitewww.jslint.com

JSLint is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules. It is provided primarily as a browser-based web application accessible through the domain jslint.com, but there are also command-line adaptations. It was created in 2002 by Douglas Crockford.