Skip to content

Commit

Permalink
feat: add react/jsx-props-no-spreading rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheton Wu authored and cheton committed Oct 28, 2021
1 parent f061546 commit c46f25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = {
'react/jsx-no-target-blank': 1,
'react/jsx-no-undef': 2,
'react/jsx-one-expression-per-line': 0,
'react/jsx-props-no-spreading': 0,
'react/jsx-tag-spacing': 1,
'react/jsx-uses-react': 1,
'react/jsx-uses-vars': 1,
Expand Down

0 comments on commit c46f25e

Please sign in to comment.