This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add peer dependency for eslint < 2, since users should be using v6
- Loading branch information
e29eedb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, this broke the build for
standard
. I understand you want folks to use the latest version, but was this necessary?e29eedb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @feross. I only added it in since someone suggested it in #267 (comment) (although < 2.3.0, so maybe just change it to that) - many people were having issues so I thought it made sense.
The ESLint 2 issue (#254) was open for a long time and since it had breaking changes it made sense to create a new major version to support it since it would be by chance v5 still worked? You think I should remove it, (I'm ok with this but I'm thinking users in eslint, babel-eslint, and standard repos might make issues wondering why it's not working)?
Basically lot of tests don't pass when using [email protected] with [email protected] and users were having issues.
e29eedb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I changed it to < 2.3.0 due to the estraverse-fb issue.
e29eedb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem. Thanks for explaining!