Skip to content

Commit ee428a6

Browse files
authored
Fix for PR #132 - be explicit with options
1 parent fe6a649 commit ee428a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"no-invalid-regexp": "error",
9898
"no-irregular-whitespace": "error",
9999
"no-iterator": "error",
100-
"no-labels": "error",
100+
"no-labels": ["error", { "allowLoop": false, "allowSwitch": false }],
101101
"no-lone-blocks": "error",
102102
"no-mixed-operators": ["error", {
103103
"groups": [

0 commit comments

Comments
 (0)