fix svelte eslint config

This commit is contained in:
peterkogo
2025-04-17 10:26:18 +02:00
parent f43723f57c
commit 3d18393615
8 changed files with 111 additions and 527 deletions
@@ -1,6 +1,5 @@
import type { Dimensions, XYPosition } from '@xyflow/system';
import type { Snippet } from 'svelte';
import type { ClassValue, HTMLAttributes } from 'svelte/elements';
import type { HTMLAttributes } from 'svelte/elements';
export type EdgeLabelProps = {
x?: number;