[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:
filtered
2025-02-26 22:12:03 +11:00
committed by GitHub
parent 867b9ed316
commit 6224d2dc06
15 changed files with 37 additions and 16 deletions

View File

@@ -1,6 +1,8 @@
import { describe, expect } from "vitest"
import { LGraphNode } from "@/litegraph"
import { NodeInputSlot, NodeOutputSlot } from "@/NodeSlot"
import { test } from "./testExtensions"
describe("LGraphNode", () => {