mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-28 10:44:12 +00:00
[Cleanup] Update ESLint rules with stricter auto-fixes (#614)
Stylistic plugin falls short in a few areas when it comes to consistent lists and chaining. Replaced some key rules with antfu's personal variants. `eslint` can now be run repo-wide without params.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { describe } from "vitest"
|
||||
|
||||
import { LGraph } from "@/litegraph"
|
||||
|
||||
import { dirtyTest } from "./testExtensions"
|
||||
|
||||
describe("LGraph (constructor only)", () => {
|
||||
|
||||
Reference in New Issue
Block a user