Skip to content

Commit 0aba79e

Browse files
committed
feat(emotion): allowed the css prop for use with emotion
1 parent 0f1e6ba commit 0aba79e

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
@@ -21,6 +21,7 @@ module.exports = {
2121
'react/state-in-constructor': ['error', 'never'],
2222
'react/destructuring-assignment': ['error', 'always', {ignoreClassFields: true}],
2323
'react/jsx-props-no-spreading': ['error', {custom: 'ignore'}],
24+
'react/no-unknown-property': ['error', {ignore: ['css']}],
2425
'jsx-a11y/label-has-associated-control': ['error', {assert: 'either'}]
2526
},
2627

0 commit comments

Comments
 (0)