1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 06:38:07 +02:00

Upgrade eslint-plugin-unicorn to version 57.0.0

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

However, we do replace the deprecated `no-instanceof-array` rule with
the new `no-instanceof-builtins` rule. Note that the changelog calls
this rule `no-instanceof-builtin-object`, but it got renamed in
https://github.com/sindresorhus/eslint-plugin-unicorn/pull/2537.
This commit is contained in:
Tim van der Meij 2025-02-23 18:23:06 +01:00
parent 08ba910ef0
commit 8b0f1641ee
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
3 changed files with 226 additions and 260 deletions

View file

@ -22,7 +22,7 @@
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-perfectionist": "^4.9.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-unicorn": "^57.0.0",
"globals": "^15.14.0",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",