Difference between revisions of "JSLint"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 11: | Line 11: | ||
== External links == | == External links == | ||
+ | * [http://jslint.com/ Official website] | ||
* [https://en.wikipedia.org/wiki/JSLint JSLint] @ Wikipedia | * [https://en.wikipedia.org/wiki/JSLint JSLint] @ Wikipedia | ||
[[Category:JavaScript]] | [[Category:JavaScript]] | ||
[[Category:Web design and development]] | [[Category:Web design and development]] |
Latest revision as of 08:31, 12 April 2016
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 an online tool, but there are also command-line adaptations.
It was developed by Douglas Crockford.
See also
External links
- Official website
- JSLint @ Wikipedia