[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,5 +1,7 @@
import { describe } from "vitest"
import { LGraph } from "@/litegraph"
import { dirtyTest } from "./testExtensions"
describe("LGraph (constructor only)", () => {