Skip to content

Commit

Permalink
[eslint config] [patch] set explicitSpread to ignore for `react/jsx…
Browse files Browse the repository at this point in the history
…-props-no-spreading`
  • Loading branch information
seve authored and ljharb committed Jun 5, 2020
1 parent 06b3ab1 commit c48a060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-airbnb/rules/react.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ module.exports = {
'react/jsx-props-no-spreading': ['error', {
html: 'enforce',
custom: 'enforce',
explicitSpread: 'ignore',
exceptions: [],
}],

Expand Down

0 comments on commit c48a060

Please sign in to comment.