Skip to content

Commit

Permalink
Turn off operator-assignment stylistic rule (#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed May 19, 2017
1 parent 22ca584 commit e939a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ module.exports = {
],
'no-with': 'warn',
'no-whitespace-before-property': 'warn',
'operator-assignment': ['warn', 'always'],
radix: 'warn',
'require-yield': 'warn',
'rest-spread-spacing': ['warn', 'never'],
Expand Down

0 comments on commit e939a5b

Please sign in to comment.