We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint
1 parent 7bff715 commit 814365bCopy full SHA for 814365b
packages/eslint-config-react-app/index.js
@@ -273,7 +273,6 @@ module.exports = {
273
'import/no-webpack-loader-syntax': 'error',
274
275
// https://github.com/yannickcr/eslint-plugin-react/tree/master/docs/rules
276
- 'react/jsx-equals-spacing': ['warn', 'never'],
277
'react/jsx-no-duplicate-props': ['warn', { ignoreCase: true }],
278
'react/jsx-no-undef': 'error',
279
'react/jsx-pascal-case': [
0 commit comments