Skip to content

Commit

Permalink
fix(eslint-plugin): allow parser@^6.0.0 (#6630)
Browse files Browse the repository at this point in the history
* fix(eslint-plugin): allow parser@^6.0.0

* Alpha caret...

* <7, thanks Jake

* Revert "<7, thanks Jake"

This reverts commit ed97163.
  • Loading branch information
JoshuaKGoldberg committed Mar 14, 2023
1 parent bd273dd commit 92908bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -80,7 +80,7 @@
"typescript": "*"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0 || ^6.0.0 || ^6.0.0-alpha",
"eslint": "^7.0.0 || ^8.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 92908bd

Please sign in to comment.