JSLint site updated, and I cannot check JS scripts anymore. For me, this warning is not critical, and I don\'t want to go through thousands of lines to fix this, I want to f
Even though the new beta JSLint doesn't document a comment directive for multiple var
tolerance within a function, it does appear to support the directives from the original version.
The original JSLint allowed you to do this:
/*jslint vars: true */
In my experience this still works—I suppose for backwards compatibility. The time of this writing is June 2015.