Skip to content

Commit 814365b

Browse files
anilreddykattagaearon
authored andcommitted
Removing extra eslint rules (#2064)
Removing a stylistic lint rule
1 parent 7bff715 commit 814365b

File tree

1 file changed

+0
-1
lines changed
  • packages/eslint-config-react-app

1 file changed

+0
-1
lines changed

packages/eslint-config-react-app/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ module.exports = {
273273
'import/no-webpack-loader-syntax': 'error',
274274

275275
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
276-
'react/jsx-equals-spacing': ['warn', 'never'],
277276
'react/jsx-no-duplicate-props': ['warn', { ignoreCase: true }],
278277
'react/jsx-no-undef': 'error',
279278
'react/jsx-pascal-case': [

0 commit comments

Comments
 (0)