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:
parent
08ba910ef0
commit
8b0f1641ee
3 changed files with 226 additions and 260 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue