mirror of
https://github.com/cheeriojs/cheerio.git
synced 2026-02-26 08:35:02 +00:00
chore: Upgrade to eslint 9 with flat config (#4579)
This commit is contained in:
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user