Skip to content

Commit

Permalink
Disallow Unnecessary Labels (no-extra-label)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 8, 2017
1 parent 2dfa5ed commit f14074a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Expand Up @@ -66,6 +66,7 @@
"no-extend-native": "error",
"no-extra-bind": "error",
"no-extra-boolean-cast": "error",
"no-extra-label": "error",
"no-extra-parens": ["error", "functions"],
"no-fallthrough": "error",
"no-floating-decimal": "error",
Expand Down

0 comments on commit f14074a

Please sign in to comment.