File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/eslint-config-react-app Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ module.exports = {
83
83
'no-invalid-regexp' : 'warn' ,
84
84
'no-iterator' : 'warn' ,
85
85
'no-label-var' : 'warn' ,
86
- 'no-labels' : [ 'warn' , { allowLoop : false , allowSwitch : false } ] ,
86
+ 'no-labels' : [ 'warn' , { allowLoop : true , allowSwitch : false } ] ,
87
87
'no-lone-blocks' : 'warn' ,
88
88
'no-loop-func' : 'warn' ,
89
89
'no-mixed-operators' : [
@@ -110,7 +110,7 @@ module.exports = {
110
110
'no-octal-escape' : 'warn' ,
111
111
'no-redeclare' : 'warn' ,
112
112
'no-regex-spaces' : 'warn' ,
113
- 'no-restricted-syntax' : [ 'warn' , 'LabeledStatement' , ' WithStatement'] ,
113
+ 'no-restricted-syntax' : [ 'warn' , 'WithStatement' ] ,
114
114
'no-script-url' : 'warn' ,
115
115
'no-self-assign' : 'warn' ,
116
116
'no-self-compare' : 'warn' ,
You can’t perform that action at this time.
0 commit comments