Skip to content

Commit

Permalink
chore: add eslint peer dependency (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 10, 2021
1 parent 6ac8520 commit 9859dc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -16,6 +16,9 @@
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1"
},
"peerDependencies": {
"eslint": "^7.21.0"
},
"publishConfig": {
"access": "public"
}
Expand Down

0 comments on commit 9859dc9

Please sign in to comment.