I am talking about JSLint. JSLint also stops if there is other code behind the for-loop, because for JSLint it's an error, although it's no syntax error. Thanks for your answer.
Am Donnerstag, 3. April 2014 13:41:20 UTC+2 schrieb Carsten Brandt: > > Hi everyone, > > > > as far as I know ESLint does a full parse first, but cannot show other > warnings behind parsing/syntax errors. Now my questions: This is only true > for parsing/syntax errors, which are really errors and not for issues > mentioned by JSLint like ‘Move 'var' declarations to the top of the > function’. > > > > Thanks & Regards, > > Carsten > -- You received this message because you are subscribed to the Google Groups "ESLint" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
