Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit 4b2c629

Browse files
committed
feat(react): add new eslint-plugin-react rules
1 parent b30b320 commit 4b2c629

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

packages/eslint-config-react/base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ module.exports = {
6363
'react/jsx-no-undef': 'error',
6464
'react/jsx-one-expression-per-line': 'off',
6565
'react/jsx-pascal-case': ['error', {allowAllCaps: true, ignore: []}],
66+
'react/jsx-props-no-multi-spaces': 'off', // not necessary with prettier
6667
'react/jsx-sort-default-props': 'off',
6768
'react/jsx-sort-prop-types': 'off', // deprecated in favor of react/jsx-sort-props
6869
'react/jsx-sort-props': 'off',

0 commit comments

Comments
 (0)