Hello everyone. I'd like your input about a rule suggestion I've seen in SonarQube JavaScript plugin. The rule aims at be disallow the use of continue statement.
Explaination below : *The use of the "continue" branching statement increase the essential complexity of the source code and so prevent any refactoring of this source code to replace all well structured control structures with a single statements.* What's your opinion about this rule. Would it be a good idea to have it in ESLint. Regards. -- 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.
