Skip to content

Commit 86f42f3

Browse files
ferossbrettz9
authored andcommitted
Fix for PR standard#132 - be explicit with options
1 parent c6e5baa commit 86f42f3

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
@@ -102,7 +102,7 @@
102102
"no-invalid-regexp": "error",
103103
"no-irregular-whitespace": "error",
104104
"no-iterator": "error",
105-
"no-labels": "error",
105+
"no-labels": ["error", { "allowLoop": false, "allowSwitch": false }],
106106
"no-lone-blocks": "error",
107107
"no-misleading-character-class": "error",
108108
"no-prototype-builtins": "error",

0 commit comments

Comments
 (0)