feat: upgrade to Emotion 10 (#2166)
This commit is contained in:
17
.eslintrc
17
.eslintrc
@ -17,6 +17,19 @@
|
||||
},
|
||||
"rules": {
|
||||
"no-console": [0],
|
||||
"react/prop-types": [1]
|
||||
}
|
||||
"react/prop-types": [1],
|
||||
"no-duplicate-imports": "error",
|
||||
"emotion/jsx-import": "error",
|
||||
"emotion/no-vanilla": "error",
|
||||
"emotion/import-from-emotion": "error",
|
||||
"emotion/styled-import": "error"
|
||||
},
|
||||
"plugins": [
|
||||
"emotion",
|
||||
],
|
||||
"settings": {
|
||||
"react": {
|
||||
"version": "detect",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user