refactor: extract signals filter builder, add ESLint 10 config, fix low-hanging issues
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import uPlot from 'uplot';
|
||||
import type { ChartConfig } from '@/lib/types';
|
||||
import { formatSI } from '@/lib/formatNumber';
|
||||
import type { ColorMap } from '@/lib/colors';
|
||||
import type { ChartConfig } from '@/lib/types';
|
||||
import type uPlot from 'uplot';
|
||||
|
||||
import { getItemColor } from '@/lib/colors';
|
||||
import { formatSI } from '@/lib/formatNumber';
|
||||
|
||||
const SEMANTIC_GREEN = '#4ade80';
|
||||
const SEMANTIC_RED = '#f87171';
|
||||
|
||||
Reference in New Issue
Block a user