Skip to content

Commit f1ce474

Browse files
gaearonromaindso
authored andcommitted
Turn off operator-assignment stylistic rule (facebook#2256)
1 parent ec7731f commit f1ce474

File tree

1 file changed

+0
-1
lines changed
  • packages/eslint-config-react-app

1 file changed

+0
-1
lines changed

packages/eslint-config-react-app/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ module.exports = {
210210
],
211211
'no-with': 'warn',
212212
'no-whitespace-before-property': 'warn',
213-
'operator-assignment': ['warn', 'always'],
214213
radix: 'warn',
215214
'require-yield': 'warn',
216215
'rest-spread-spacing': ['warn', 'never'],

0 commit comments

Comments
 (0)