We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This rule is aimed at eliminating unnecessary labels. If a loop contains no nested loops or switches, labeling the loop is unnecessary.
http://eslint.org/docs/rules/no-extra-label
Unlikely to affect many folks, since labels are not very commonly used in JS. Still, a good rule IMO. Also, this rule is automatically fixable.
The text was updated successfully, but these errors were encountered:
Disallow Unnecessary Labels (no-extra-label)
f14074a
Fixes: standard/standard#736
No ecosystem impact. This will be part of standard v9.
Sorry, something went wrong.
78bf3d2
No branches or pull requests
This rule is aimed at eliminating unnecessary labels. If a loop contains no nested loops or switches, labeling the loop is unnecessary.
http://eslint.org/docs/rules/no-extra-label
Unlikely to affect many folks, since labels are not very commonly used in JS. Still, a good rule IMO. Also, this rule is automatically fixable.
The text was updated successfully, but these errors were encountered: