We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae4621 commit 34c3d32Copy full SHA for 34c3d32
package.json
@@ -145,7 +145,8 @@
145
},
146
"peerDependencies": {
147
"@typescript-eslint/eslint-plugin": "^5.0.0",
148
- "eslint": "^7.0.0 || ^8.0.0"
+ "eslint": "^7.0.0 || ^8.0.0",
149
+ "jest": "*"
150
151
"peerDependenciesMeta": {
152
"@typescript-eslint/eslint-plugin": {
yarn.lock
@@ -4934,6 +4934,7 @@ __metadata:
4934
peerDependencies:
4935
"@typescript-eslint/eslint-plugin": ^5.0.0
4936
eslint: ^7.0.0 || ^8.0.0
4937
+ jest: "*"
4938
peerDependenciesMeta:
4939
"@typescript-eslint/eslint-plugin":
4940
optional: true
0 commit comments