Skip to content

Commit

Permalink
Merge pull request #132 from nickmccurdy/patch-1
Browse files Browse the repository at this point in the history
Remove redundant no-label-var rule
  • Loading branch information
feross authored Aug 13, 2019
2 parents 209c09e + ee428a6 commit ff35b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"no-invalid-regexp": "error",
"no-irregular-whitespace": "error",
"no-iterator": "error",
"no-label-var": "error",
"no-labels": ["error", { "allowLoop": false, "allowSwitch": false }],
"no-lone-blocks": "error",
"no-misleading-character-class": "error",
Expand Down

0 comments on commit ff35b71

Please sign in to comment.