From 86cbe586d94055f67bc2e998a2667f6d739ddab2 Mon Sep 17 00:00:00 2001 From: ankatta Date: Mon, 1 May 2017 21:13:06 -0500 Subject: [PATCH 1/2] Removing extra `eslint` rules --- packages/eslint-config-react-app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-config-react-app/index.js b/packages/eslint-config-react-app/index.js index 128b96e0db6..a00221f1afa 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -209,7 +209,7 @@ module.exports = { 'import/no-webpack-loader-syntax': 'error', // https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules - 'react/jsx-equals-spacing': ['warn', 'never'], + // 'react/jsx-equals-spacing': ['warn', 'never'], 'react/jsx-no-duplicate-props': ['warn', { ignoreCase: true }], 'react/jsx-no-undef': 'error', 'react/jsx-pascal-case': [ From d7f4c0881214c203f6295b59b062f1630f2827e2 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 15 May 2017 23:32:10 +0100 Subject: [PATCH 2/2] Update index.js --- 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 a00221f1afa..b5119f67e9c 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -209,7 +209,6 @@ module.exports = { 'import/no-webpack-loader-syntax': 'error', // https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules - // 'react/jsx-equals-spacing': ['warn', 'never'], 'react/jsx-no-duplicate-props': ['warn', { ignoreCase: true }], 'react/jsx-no-undef': 'error', 'react/jsx-pascal-case': [