JSLint is a "code quality" tool for JavaScript developed by Douglas Crockford, a well-known developer also responsible for JSON, JSMin, ADSafe and parts of YUI.
I'm looking for something that works like Checkstyle for JavaScript. I know about JSLint and I'm already using Google's Closure …
javascript checkstyle jslintAnyone know what JSLint's 'Tolerate Stupidity' option is all about? What family of warnings does it disable? I've found some …
javascript jslintI want to be able to package my JavaScript code into a 'namespace' to prevent name clashes with other libraries. …
javascript namespaces jslintJSHint override not being respected. [Output]: [L59:C38] W117: 'alert' is not defined. [Output]: /*jshint -W117 */alert("failed to load …
jslint jshint grunt-contrib-jshint