Skip to content

Commit

Permalink
Chore: Add eslint peer-dependency
Browse files Browse the repository at this point in the history
This was removed in a prior version because other linting tools ended up
depending on helper functions within eslint-plugin-prettier and did not
want to inadvertently install eslint as a transitive dependency. Now that
those helpers have been extracted into a separate package those other
linting tools should depend upon that instead of eslint-plugin-prettier.
  • Loading branch information
BPScott authored and not-an-aardvark committed Oct 1, 2018
1 parent bf7c40c commit d55d79c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -31,6 +31,7 @@
"prettier-linter-helpers": "^1.0.0"
},
"peerDependencies": {
"eslint": ">= 5.0.0",
"prettier": ">= 1.13.0"
},
"devDependencies": {
Expand Down

0 comments on commit d55d79c

Please sign in to comment.