We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@typescript-eslint/eslint-plugin
1 parent a1131ff commit 04b2bf2Copy full SHA for 04b2bf2
package.json
@@ -144,7 +144,7 @@
144
"typescript": "^5.0.4"
145
},
146
"peerDependencies": {
147
- "@typescript-eslint/eslint-plugin": "^5.0.0",
+ "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0",
148
"eslint": "^7.0.0 || ^8.0.0",
149
"jest": "*"
150
yarn.lock
@@ -4961,7 +4961,7 @@ __metadata:
4961
ts-node: ^10.2.1
4962
typescript: ^5.0.4
4963
peerDependencies:
4964
- "@typescript-eslint/eslint-plugin": ^5.0.0
+ "@typescript-eslint/eslint-plugin": ^5.0.0 || ^6.0.0
4965
eslint: ^7.0.0 || ^8.0.0
4966
jest: "*"
4967
peerDependenciesMeta:
0 commit comments