Skip to content

Commit ff35b71

Browse files
authored
Merge pull request #132 from nickmccurdy/patch-1
Remove redundant no-label-var rule
2 parents 209c09e + ee428a6 commit ff35b71

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
"no-invalid-regexp": "error",
103103
"no-irregular-whitespace": "error",
104104
"no-iterator": "error",
105-
"no-label-var": "error",
106105
"no-labels": ["error", { "allowLoop": false, "allowSwitch": false }],
107106
"no-lone-blocks": "error",
108107
"no-misleading-character-class": "error",

0 commit comments

Comments
 (0)