We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47659a6 commit a0c37caCopy full SHA for a0c37ca
packages/eslint-config-react-app/index.js
@@ -85,7 +85,7 @@ module.exports = {
85
'no-invalid-regexp': 'warn',
86
'no-iterator': 'warn',
87
'no-label-var': 'warn',
88
- 'no-labels': ['warn', { allowLoop: false, allowSwitch: false }],
+ 'no-labels': ['warn', { allowLoop: true, allowSwitch: false }],
89
'no-lone-blocks': 'warn',
90
'no-loop-func': 'warn',
91
'no-mixed-operators': ['warn', {
@@ -111,7 +111,6 @@ module.exports = {
111
'no-regex-spaces': 'warn',
112
'no-restricted-syntax': [
113
'warn',
114
- 'LabeledStatement',
115
'WithStatement',
116
],
117
'no-script-url': 'warn',
0 commit comments