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 6873cc0 commit 6cff154Copy full SHA for 6cff154
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