fix linting and linting errors. remove unused svelte prop

This commit is contained in:
peterkogo
2025-06-11 15:30:28 +02:00
parent 3d2205a781
commit 33b7a47dd7
8 changed files with 952 additions and 979 deletions
@@ -20,6 +20,7 @@ import {
createZoomOnScrollHandler,
} from './eventhandler';
import { createFilter } from './filter';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { transition } from 'd3-transition';
export type ZoomPanValues = {
+1
View File
@@ -1,5 +1,6 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
import { type ZoomTransform, zoomIdentity } from 'd3-zoom';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { transition } from 'd3-transition';
import { type D3SelectionInstance, type Viewport } from '../types';