mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Remove the eslint-config-prettier
dependency
The `eslint-plugin-prettier` dependency already installs this dependency by default nowadays, so we don't have to specify it ourselves anymore.
This commit is contained in:
parent
760dd24ea0
commit
6def1c8453
2 changed files with 2 additions and 2 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -21,7 +21,6 @@
|
|||
"canvas": "^3.0.0-rc2",
|
||||
"core-js": "^3.38.1",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
|
@ -5331,6 +5330,8 @@
|
|||
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
|
||||
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"eslint-config-prettier": "bin/cli.js"
|
||||
},
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
"canvas": "^3.0.0-rc2",
|
||||
"core-js": "^3.38.1",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-import": "^2.31.0",
|
||||
"eslint-plugin-jasmine": "^4.2.2",
|
||||
"eslint-plugin-json": "^3.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue