From 814365b4d0334f33a653b5bc8606588a4d251150 Mon Sep 17 00:00:00 2001 From: anraka <anilreddykatta@hotmail.com> Date: Mon, 15 May 2017 17:42:46 -0500 Subject: [PATCH] Removing extra `eslint` rules (#2064) Removing a stylistic lint rule --- 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 39b9ca507..ec89d4189 100644 --- a/packages/eslint-config-react-app/index.js +++ b/packages/eslint-config-react-app/index.js @@ -273,7 +273,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': [ -- GitLab