JSLint.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 14 Dec 2011 15:08:53 +0200
changeset 1173 e7f9a20dc376
parent 1172 c9f019a072ac
child 1174 2039dc94e890
JSLint.
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.
 =======