Skip to content

Commit 65ac010

Browse files
committed
Emotion conversion: Take #2
1 parent a1bcfd1 commit 65ac010

File tree

18 files changed

+648
-478
lines changed

18 files changed

+648
-478
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"one-var": ["error", "never"],
9191
"prefer-const": "error",
9292
"radix": ["error", "as-needed"],
93+
"react/no-unknown-property": ["error", { "ignore": ["css"] }],
9394
"react/prop-types": 0,
9495
"react/display-name": 0,
9596
"react-hooks/exhaustive-deps": "warn",

0 commit comments

Comments
 (0)