Commit e939a5b8 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Turn off operator-assignment stylistic rule (#2256)

parent 22ca584b
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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'],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment