Skip to content

Commit

Permalink
Merge pull request synacor#9 from mesaugat/patch-1
Browse files Browse the repository at this point in the history
Use react/jsx-tag-spacing instead of react/jsx-space-before-closing
  • Loading branch information
developit authored Jul 2, 2017
2 parents 476d2d2 + 2a71860 commit ca64f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
'react/jsx-no-target-blank': 2, // avoids security vuln, see https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md
'react/jsx-no-undef': 2,
'react/jsx-pascal-case': 2,
'react/jsx-space-before-closing': 2,
'react/jsx-tag-spacing': [2, { beforeSelfClosing: 'always' }],
'react/jsx-uses-react': 2,
'react/jsx-uses-vars': 2,
'react/jsx-wrap-multilines': 2,
Expand Down

0 comments on commit ca64f75

Please sign in to comment.