Add import / export sort rules (#612)

- Adds ESLint package
- Applies import/export rules to all files
- Uses newline delineated grouping, with type-only imports first
This commit is contained in:
filtered
2025-02-26 20:21:33 +11:00
committed by GitHub
parent 9ded97d189
commit 5cdd0581fa
31 changed files with 201 additions and 145 deletions

View File

@@ -1,5 +1,6 @@
import { LiteGraph } from "./litegraph"
import type { CanvasColour, Rect } from "./interfaces"
import { LiteGraph } from "./litegraph"
import { LinkDirection, RenderShape, TitleMode } from "./types/globalEnums"
export enum SlotType {