Skip to content

Commit 845091a

Browse files
committed
Ignore react/no-unknown-property ESLint error for emotion's css prop
1 parent 19181f0 commit 845091a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"importNames": ["textSans", "headline", "titlepiece", "body"],
3232
"message": "Please use the modified fonts from fontNormaliser.ts"
3333
}
34-
]
34+
],
35+
"react/no-unknown-property": ["error", { "ignore": ["css"] }]
3536
},
3637
"settings": {
3738
"react": {

0 commit comments

Comments
 (0)