Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 532a760

Browse files
committed
fix: Ignore css prop warnings
1 parent 833021d commit 532a760

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ module.exports = {
2323
plugins: ['react', 'prettier'],
2424
rules: {
2525
'prettier/prettier': 'error',
26+
'react/no-unknown-property': ['error', { ignore: ['css'] }],
2627
},
2728
};

0 commit comments

Comments
 (0)