Does JSLint have anything like JavaScript Lint\'s control comments (e.g. /*jsl:fallthru*/) to make it ignore certain passages?
/*jsl:fallthru*/
You can also: ......
ignoreThis(); // jslint ignore:line
Is there a way to suppress JSHint warning for one given line?