Skip to content

Commit

Permalink
fix peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Apr 9, 2024
1 parent a7cf567 commit cbab580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -120,10 +120,10 @@
},
"peerDependencies": {
"eslint": ">= 8",
"typescript-eslint/parser": "*"
"@typescript-eslint/parser": "*"
},
"peerDependenciesMeta": {
"typescript-eslint/parser": {
"@typescript-eslint/parser": {
"optional": true
}
},
Expand Down

0 comments on commit cbab580

Please sign in to comment.