File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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 } }
You can’t perform that action at this time.
0 commit comments