mirror of
https://github.com/ProtonMail/pmcrypto.git
synced 2026-01-16 23:00:37 +00:00
Linter: fix missing eslint-plugin peerDependency warning
False positive due to it being included in `typescript-eslint`.
This commit is contained in:
parent
fa0122cff5
commit
0198d2e7a9
2 changed files with 3 additions and 1 deletions
|
|
@ -45,6 +45,7 @@
|
|||
"@types/mocha": "^9.1.1",
|
||||
"@types/sinon": "^17.0.4",
|
||||
"@types/webpack-env": "^1.18.8",
|
||||
"@typescript-eslint/eslint-plugin": "^8.44.0",
|
||||
"bn.js": "^5.2.2",
|
||||
"chai": "^5.2.1",
|
||||
"chai-as-promised": "^8.0.2",
|
||||
|
|
|
|||
|
|
@ -345,6 +345,7 @@ __metadata:
|
|||
"@types/mocha": "npm:^9.1.1"
|
||||
"@types/sinon": "npm:^17.0.4"
|
||||
"@types/webpack-env": "npm:^1.18.8"
|
||||
"@typescript-eslint/eslint-plugin": "npm:^8.44.0"
|
||||
bn.js: "npm:^5.2.2"
|
||||
chai: "npm:^5.2.1"
|
||||
chai-as-promised: "npm:^8.0.2"
|
||||
|
|
@ -580,7 +581,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:8.44.0":
|
||||
"@typescript-eslint/eslint-plugin@npm:8.44.0, @typescript-eslint/eslint-plugin@npm:^8.44.0":
|
||||
version: 8.44.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.44.0"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue