Skip to content

Commit

Permalink
Add react/jsx-props-no-spread-multi rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 21, 2025
1 parent ccb7cda commit 4759e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export default [
'react/jsx-fragments': ['error', 'syntax'],
'react/jsx-pascal-case': 'error',
'react/jsx-props-no-multi-spaces': 'error',
'react/jsx-props-no-spread-multi': 'error',
'react/jsx-sort-props': [
'error',
{
Expand Down

0 comments on commit 4759e18

Please sign in to comment.