Top "Jslint" questions

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.

JavaScript code checking beyond JSLint

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 jslint
JSLint's 'Tolerate Stupidity'

Anyone know what JSLint's 'Tolerate Stupidity' option is all about? What family of warnings does it disable? I've found some …

javascript jslint
How should I define a JavaScript 'namespace' to satisfy JSLint?

I want to be able to package my JavaScript code into a 'namespace' to prevent name clashes with other libraries. …

javascript namespaces jslint
JSHint W117 inline ignore

JSHint override not being respected. [Output]: [L59:C38] W117: 'alert' is not defined. [Output]: /*jshint -W117 */alert("failed to load …

jslint jshint grunt-contrib-jshint