File tree 2 files changed +2
-19
lines changed
2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 24
24
"no-console" : 2 ,
25
25
"@typescript-eslint/no-use-before-define" : [" error" ],
26
26
"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"
45
28
}
46
29
}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const Whirl: FunctionComponent<WhirlProps> = ({
45
45
xmlnsXlink = "http://www.w3.org/1999/xlink"
46
46
style = { {
47
47
margin : 'auto' ,
48
- background : background ,
48
+ background,
49
49
display : 'block' ,
50
50
...wrapperStyle
51
51
} }
You can’t perform that action at this time.
0 commit comments