fix(ignore): Migrate to eslint 9 (#23800)

* Eslint 9

* Automatic changes

* Manual changes

* Process feedback

* u
This commit is contained in:
Koen Kanters
2024-09-08 14:26:18 +02:00
committed by GitHub
parent d989061122
commit afd80449b3
36 changed files with 582 additions and 627 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ jobs:
node-version: 20
cache: npm
# connect-gzip-static@4.0.0 requires Node 20 >=
# eslint: https://github.com/typescript-eslint/typescript-eslint/issues/8211
- run: npx npm-check-updates -u -x connect-gzip-static -x eslint
- run: npx npm-check-updates -u -x connect-gzip-static
- run: rm -f package-lock.json
- run: npm install
- uses: peter-evans/create-pull-request@v7