feat: lint fix

This commit is contained in:
Aditya Singh 2025-07-17 12:50:25 +05:30
parent 83aef15815
commit f019ebcc55

View File

@ -1,8 +1,7 @@
/* eslint-disable sonarjs/cognitive-complexity */ /* eslint-disable sonarjs/cognitive-complexity */
import { getSeriesIndexFromPixel } from 'lib/uPlotLib/utils/getSeriesIndexFromPixel';
import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange'; import { MetricRangePayloadProps } from 'types/api/metrics/getQueryRange';
import { getSeriesIndexFromPixel } from '../utils/getSeriesIndexFromPixel';
export interface OnClickPluginOpts { export interface OnClickPluginOpts {
onClick: ( onClick: (
xValue: number, xValue: number,