JSLint
From Wiki @ Karl Jones dot 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 an online tool, but there are also command-line adaptations.
It was developed by Douglas Crockford.
See also
External links
- Official website
- JSLint @ Wikipedia