Skip to content

Commit

Permalink
Removing extra eslint rules (#2064)
Browse files Browse the repository at this point in the history
Removing a stylistic lint rule
  • Loading branch information
anilreddykatta authored and gaearon committed May 15, 2017
1 parent 7bff715 commit 814365b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-config-react-app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 814365b

Please sign in to comment.