There was an error while loading. Please reload this page.
1 parent 419e4d8 commit ce07e98Copy full SHA for ce07e98
packages/eslint-config-react-app/index.js
@@ -116,7 +116,7 @@ module.exports = {
116
'new-parens': 'warn',
117
'no-array-constructor': 'warn',
118
'no-caller': 'warn',
119
- 'no-cond-assign': ['warn', 'always'],
+ 'no-cond-assign': ['warn', 'except-parens'],
120
'no-const-assign': 'warn',
121
'no-control-regex': 'warn',
122
'no-delete-var': 'warn',
0 commit comments