Skip to content

Commit c46d5bc

Browse files
committed
Update ESLint configuration and background style
1 parent 96e5569 commit c46d5bc

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.eslintrc.json

+1-18
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,6 @@
2424
"no-console": 2,
2525
"@typescript-eslint/no-use-before-define": ["error"],
2626
"comma-dangle": "off",
27-
"@typescript-eslint/comma-dangle": "off",
28-
"tree-shaking/no-side-effects-in-initialization": [
29-
2,
30-
{
31-
"noSideEffectsWhenCalled": [
32-
{
33-
"function": "Object.freeze"
34-
},
35-
{
36-
"module": "react",
37-
"functions": ["createContext", "createRef"]
38-
},
39-
{
40-
"files": ["*.test.tsx", "*.test.ts"]
41-
}
42-
]
43-
}
44-
]
27+
"@typescript-eslint/comma-dangle": "off"
4528
}
4629
}

src/experimental/whirl.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const Whirl: FunctionComponent<WhirlProps> = ({
4545
xmlnsXlink="http://www.w3.org/1999/xlink"
4646
style={{
4747
margin: 'auto',
48-
background: background,
48+
background,
4949
display: 'block',
5050
...wrapperStyle
5151
}}

0 commit comments

Comments
 (0)