chore: Remove unused eslint-rules & lint files

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 103fc71857
commit f011ea61b1
5 changed files with 11 additions and 19 deletions
+2
View File
@@ -11,7 +11,9 @@ export type NodeHandleBounds = {
target?: HandleElement[]
}
// eslint-disable-next-line no-use-before-define
type WidthFunc = <Data = ElementData>(node: GraphNode<Data>) => number | string | void
// eslint-disable-next-line no-use-before-define
type HeightFunc = <Data = ElementData>(node: GraphNode<Data>) => number | string | void
export interface Node<Data = ElementData> extends Element<Data> {