[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

@@ -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