1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Update Stylelint to the latest version

Trying to update Stylelint to version `15.10.1`, and beyond, broke linting. Looking at the changes the issue appears to be that the `bin/stylelint.js` file was replaced with `bin/stylelint.mjs` instead, which our `gulp lint` runner wasn't able to automatically find; see https://github.com/stylelint/stylelint/compare/15.10.0...15.10.1
This commit is contained in:
Jonas Jenwald 2023-07-22 11:34:14 +02:00
parent 6d783d2722
commit 198f89ffce
3 changed files with 240 additions and 59 deletions

View file

@ -45,7 +45,7 @@
"puppeteer": "^20.8.2",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "15.10.0",
"stylelint": "^15.10.2",
"stylelint-prettier": "^4.0.0",
"terser": "^5.19.0",
"through2": "^4.0.2",