chore: fix lint issues

This commit is contained in:
Braks
2022-04-04 21:42:48 +02:00
parent 7623ad4715
commit ae2867976c
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { XYPosition, Dimensions } from './flow'
import { NodeHandleBounds, Node, GraphNode, CoordinateExtent } from './node'
import { NodeHandleBounds, Node } from './node'
import { Edge } from './edge'
export type NodeDimensionChange = {
+3 -2
View File
@@ -16,8 +16,9 @@ import {
Rect,
Transform,
XYPosition,
XYZPosition, Getters
} from "~/types";
XYZPosition,
Getters,
} from '~/types'
import { useWindow } from '~/composables'
const isHTMLElement = (el: EventTarget): el is HTMLElement => ('nodeName' || 'hasAttribute') in el