chore: Upgrade to eslint 9 with flat config (#4579)

This commit is contained in:
Felix Boehm
2025-06-08 18:59:15 +01:00
committed by GitHub
parent 1709ccee9c
commit 632345fc86
17 changed files with 6973 additions and 4336 deletions

View File

@@ -29,5 +29,12 @@ jobs:
- name: Install npm dependencies
run: npm ci
- name: Install website npm dependencies
run: npm ci
working-directory: website
- name: Build Cheerio
run: npm run build
- name: Run lint
run: npm run lint