mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user