Turn off operator-assignment stylistic rule (#2256)

This commit is contained in:
Dan Abramov
2017-05-19 18:16:45 +01:00
committed by GitHub
parent 22ca584b2b
commit e939a5b80d

View File

@@ -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'],