refactor: extract signals filter builder, add ESLint 10 config, fix low-hanging issues
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
|
||||
import 'uplot/dist/uPlot.min.css';
|
||||
import uPlot from 'uplot';
|
||||
|
||||
import { CardShell } from './CardShell';
|
||||
import { AXIS_BASE, CURSOR_NO_DRAG, makeYScale } from './plotHelpers';
|
||||
import { formatSI } from '@/lib/formatNumber';
|
||||
import { usePlot } from './usePlot';
|
||||
import type { ChartConfig, UpsRow } from '@/lib/types';
|
||||
import type { TimeMode } from '@/lib/types';
|
||||
|
||||
import type { ChartConfig, UpsRow, TimeMode } from '@/lib/types';
|
||||
|
||||
import { formatSI } from '@/lib/formatNumber';
|
||||
|
||||
interface Props {
|
||||
config: ChartConfig;
|
||||
|
||||
Reference in New Issue
Block a user