mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 04:40:23 +08:00
Turn off operator-assignment stylistic rule (#2256)
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user