mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-10 18:10:08 +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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
npm run build
|
||||
- name: Run lint
|
||||
run: |
|
||||
npm run lint
|
||||
npm run lint:ci
|
||||
- name: Run typecheck
|
||||
run: |
|
||||
npm run typecheck
|
||||
|
||||
Reference in New Issue
Block a user