From e939a5b80d34bd39ce9b9959ad904e7d16713d6f Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 19 May 2017 18:16:45 +0100 Subject: [PATCH] Turn off operator-assignment stylistic rule (#2256) --- packages/eslint-config-react-app/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js index 16338976818..8af2bdb9f8a 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -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'],