Skip to content

Commit 240cc0b

Browse files
committed
chore: remove unused emotion settings
1 parent d954242 commit 240cc0b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

packages/carbon/.eslintrc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
2-
"extends": ["../../.eslintrc-typescript"],
3-
"plugins": ["@typescript-eslint", "jsx-a11y", "react", "import", "@emotion"],
4-
"rules": { "@emotion/jsx-import": "error" }
5-
}
2+
"extends": [
3+
"../../.eslintrc-typescript"
4+
],
5+
"plugins": [
6+
"@typescript-eslint",
7+
"jsx-a11y",
8+
"react",
9+
"import"
10+
]
11+
}

packages/carbon/jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
snapshotSerializers: ['@emotion/jest/serializer'],
32
testEnvironment: 'jsdom',
43
testEnvironmentOptions: {
54
browsers: ['chrome', 'firefox', 'safari'],

0 commit comments

Comments
 (0)