Skip to content

Commit fb4aaa5

Browse files
committed
refactor: format index.d.ts to comply with ESLint rules
1 parent 28a2936 commit fb4aaa5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/types/index.d.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3741,15 +3741,15 @@ export type ScaleChartOptions<TType extends ChartType = ChartType> = {
37413741
};
37423742

37433743
export type ChartOptions<TType extends ChartType = ChartType> = Exclude<
3744-
DeepPartial<
3745-
CoreChartOptions<TType> &
3746-
ElementChartOptions<TType> &
3747-
PluginChartOptions<TType> &
3748-
DatasetChartOptions<TType> &
3749-
ScaleChartOptions<TType> &
3750-
ChartTypeRegistry[TType]['chartOptions']
3751-
>,
3752-
DeepPartial<unknown[]>
3744+
DeepPartial<
3745+
CoreChartOptions<TType> &
3746+
ElementChartOptions<TType> &
3747+
PluginChartOptions<TType> &
3748+
DatasetChartOptions<TType> &
3749+
ScaleChartOptions<TType> &
3750+
ChartTypeRegistry[TType]['chartOptions']
3751+
>,
3752+
DeepPartial<unknown[]>
37533753
>;
37543754

37553755
export type DefaultDataPoint<TType extends ChartType> = DistributiveArray<ChartTypeRegistry[TType]['defaultDataPoint']>;

0 commit comments

Comments
 (0)