Skip to content

Commit c48a060

Browse files
seveljharb
authored andcommitted
[eslint config] [patch] set explicitSpread to ignore for react/jsx-props-no-spreading
1 parent 06b3ab1 commit c48a060

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-airbnb/rules

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb/rules/react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ module.exports = {
494494
'react/jsx-props-no-spreading': ['error', {
495495
html: 'enforce',
496496
custom: 'enforce',
497+
explicitSpread: 'ignore',
497498
exceptions: [],
498499
}],
499500

0 commit comments

Comments
 (0)