Navigation Menu

Skip to content

Commit

Permalink
fix(eslint-plugin): correct parser peerDep version
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed May 21, 2020
1 parent f199cbd commit fe59f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Expand Up @@ -55,7 +55,7 @@
"typescript": "*"
},
"peerDependencies": {
"@typescript-eslint/parser": "^2.0.0",
"@typescript-eslint/parser": "^3.0.0",
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit fe59f69

Please sign in to comment.