mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +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,8 +1,8 @@
|
||||
import type { ContextMenu } from "./ContextMenu"
|
||||
import type { LGraphNode, NodeId } from "./LGraphNode"
|
||||
import type { LinkDirection, RenderShape } from "./types/globalEnums"
|
||||
import type { LinkId, LLink } from "./LLink"
|
||||
import type { Reroute, RerouteId } from "./Reroute"
|
||||
import type { LinkDirection, RenderShape } from "./types/globalEnums"
|
||||
import type { IWidget } from "./types/widgets"
|
||||
import type { LayoutElement } from "./utils/layout"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user