Skip to content

Commit

Permalink
chore: remove unused emotion settings
Browse files Browse the repository at this point in the history
  • Loading branch information
YuJianghao committed Oct 7, 2023
1 parent d954242 commit 240cc0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
14 changes: 10 additions & 4 deletions packages/carbon/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"extends": ["../../.eslintrc-typescript"],
"plugins": ["@typescript-eslint", "jsx-a11y", "react", "import", "@emotion"],
"rules": { "@emotion/jsx-import": "error" }
}
"extends": [
"../../.eslintrc-typescript"
],
"plugins": [
"@typescript-eslint",
"jsx-a11y",
"react",
"import"
]
}
1 change: 0 additions & 1 deletion packages/carbon/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
snapshotSerializers: ['@emotion/jest/serializer'],
testEnvironment: 'jsdom',
testEnvironmentOptions: {
browsers: ['chrome', 'firefox', 'safari'],
Expand Down

0 comments on commit 240cc0b

Please sign in to comment.