Skip to content

Commit

Permalink
fix: add peerDevDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Sep 10, 2022
1 parent f31ff0c commit 537f9fe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
"eslint-plugin-unicorn": "^43.0.2",
"prettier": "^2.7.1"
},
"peerDevDependencies": [
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"eslint",
"eslint-config-prettier",
"eslint-plugin-eslint-comments",
"eslint-plugin-import",
"eslint-plugin-jest",
"eslint-plugin-prettier",
"eslint-plugin-promise",
"eslint-plugin-unicorn",
"prettier"
],
"peerDependenciesMeta": {
"prettier": {
"optional": true
Expand Down

0 comments on commit 537f9fe

Please sign in to comment.