Merge branch 'master' into adapted-typescript #9
Annotations
10 errors
lint:
react/src/components/article-panel.tsx#L14
'IArticle' is defined but never used
|
lint:
react/src/components/article-panel.tsx#L26
'_' is assigned a value but never used
|
lint:
react/src/components/comparison-panel.tsx#L3
'StatisticRowRaw' is defined but never used
|
lint:
react/src/components/comparison-panel.tsx#L3
'StatisticRowRawProps' is defined but never used
|
lint:
react/src/components/comparison-panel.tsx#L39
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
|
lint:
react/src/components/comparison-panel.tsx#L47
Unexpected var, use let or const instead
|
lint:
react/src/components/comparison-panel.tsx#L61
Unexpected var, use let or const instead
|
lint:
react/src/components/comparison-panel.tsx#L88
'i' is defined but never used
|
lint:
react/src/components/comparison-panel.tsx#L321
Unexpected var, use let or const instead
|
lint:
react/src/components/comparison-panel.tsx#L347
Useless constructor
|