lint #22
Annotations
8 errors and 1 warning
lint checks:
src/components/chart-elements/FunnelChart/FunnelChart.tsx#L213
Replace `prev?.value·??·maxValue` with `(prev?.value·??·maxValue)`
|
lint checks:
src/components/chart-elements/FunnelChart/FunnelChart.tsx#L215
Replace `prev?.barHeight·??·realHeight` with `(prev?.barHeight·??·realHeight)`
|
lint checks:
src/components/chart-elements/ScatterChart/ScatterChartTooltip.tsx#L106
Replace `categoryColors.get(payload?.[0]?.payload[category])·??·BaseColors.Blue` with `(categoryColors.get(payload?.[0]?.payload[category])·??·BaseColors.Blue)`
|
lint checks:
src/components/chart-elements/ScatterChart/ScatterChartTooltip.tsx#L107
Replace `categoryColors.get("cat_1")·??·BaseColors.Blue` with `(categoryColors.get("cat_1")·??·BaseColors.Blue)`
|
lint checks:
src/components/chart-elements/common/utils.ts#L25
Replace `minValue·??·0` with `(minValue·??·0)`
|
lint checks:
src/components/input-elements/DateRangePicker/DateRangePicker.tsx#L321
Replace `valueToNameMapping.get(value)·??·selectPlaceholder` with `(valueToNameMapping.get(value)·??·selectPlaceholder)`
|
lint checks:
src/components/input-elements/Select/Select.tsx#L150
Replace `valueToNameMapping.get(value)·??·placeholder` with `(valueToNameMapping.get(value)·??·placeholder)`
|
lint checks
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading