Skip to content

Commit cf11778

Browse files
committed
Add jsx-child-element-spacing rule
For docs, see: jsx-eslint/eslint-plugin-react#1634
1 parent de46118 commit cf11778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
rules: {
1212
'react/boolean-prop-naming': 'error',
1313
'react/button-has-type': 'error',
14+
'react/jsx-child-element-spacing': 'error',
1415
'react/default-props-match-prop-types': 'error',
1516
'react/no-access-state-in-setstate': 'error',
1617
'react/no-array-index-key': 'error',

0 commit comments

Comments
 (0)