JSLint
| JSLint | |
|---|---|
| Original author(s) | Douglas Crockford |
| Developer(s) | Douglas Crockford, Kai Zhu |
| Initial release | 2002 |
| Stable release | v2024.11.24
/ 25 November 2024 |
| Repository | |
| Written in | JavaScript |
| Operating system | Cross-platform |
| Available in | English |
| Type | Static code analysis |
| License | Unlicense |
| Website | www |
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.