Skip to content

Commit fb89acc

Browse files
committed
feat(props-spread): allowed spreading on custom elements
1 parent 7e5436e commit fb89acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = {
1616
'react-hooks/exhaustive-deps': 'warn',
1717
'react/state-in-constructor': ['error', 'never'],
1818
'react/destructuring-assignment': ['error', 'always', {ignoreClassFields: true}],
19+
'react/jsx-props-no-spreading': ['error', {custom: 'ignore'}],
1920
'jsx-a11y/label-has-associated-control': ['error', {assert: 'either'}]
2021
},
2122

0 commit comments

Comments
 (0)