diff -r c9f019a072ac -r e7f9a20dc376 code-analysis.rst --- a/code-analysis.rst Wed Dec 14 15:06:58 2011 +0200 +++ b/code-analysis.rst Wed Dec 14 15:08:53 2011 +0200 @@ -57,6 +57,18 @@ http://en.wikipedia.org/wiki/FindBugs Wikipedia page. +JSLint. +======= + +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. + + http://en.wikipedia.org/wiki/JSLint + Wikipedia page. + Squale. =======