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

Upgrade eslint-plugin-unicorn to version 53.0.0

This is a major version bump, but the changelog at
https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v53.0.0
doesn't indicate any breaking changes that should impact us.

Most notably it contains support for ESLint 9, which brings us a step
closer towards #17928.
This commit is contained in:
Tim van der Meij 2024-05-14 16:23:36 +02:00
parent 161b942d41
commit d7f2bc044a
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
2 changed files with 121 additions and 19 deletions

View file

@ -25,7 +25,7 @@
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unicorn": "^53.0.0",
"globals": "^15.2.0",
"gulp": "^4.0.2",
"gulp-cli": "^3.0.0",