I have JSLint Plugin installed in Sublime Text 2. But i don't agree with some of the rules imposed by the JSLint specially this error on declaring variables inside a loop.
Move 'var' declarations to the top of the function.
for (var i = 0; i < 100; i++) { // Line 12, Pos 10
My question is how can i override or disable this rule in JSLint on Sublime Text 2.