Difference between revisions of "JSLint"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''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 a...") |
Karl Jones (Talk | contribs) |
||
Line 5: | Line 5: | ||
It was developed by [[Douglas Crockford]]. | It was developed by [[Douglas Crockford]]. | ||
− | == See also | + | == See also == |
* [[JavaScript]] | * [[JavaScript]] |
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
- JSLint @ Wikipedia