We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7731f commit f1ce474Copy full SHA for f1ce474
packages/eslint-config-react-app/index.js
@@ -210,7 +210,6 @@ module.exports = {
210
],
211
'no-with': 'warn',
212
'no-whitespace-before-property': 'warn',
213
- 'operator-assignment': ['warn', 'always'],
214
radix: 'warn',
215
'require-yield': 'warn',
216
'rest-spread-spacing': ['warn', 'never'],
0 commit comments