You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up in #49. Right now we depend on ESLint. Not sure exactly why TBH, but my guess is that so we have something to fall back to if we cannot find the user's version.
I think it makes more sense to add it as a peer dependency (with range on both eslint 4 and 5 probably), then we can just use require and not have to deal with it manually.
We can also add a peer dep range to Jest as well, especially seeing as #53 requires Jest 23
This came up in #49. Right now we depend on ESLint. Not sure exactly why TBH, but my guess is that so we have something to fall back to if we cannot find the user's version.
I think it makes more sense to add it as a peer dependency (with range on both eslint 4 and 5 probably), then we can just use
require
and not have to deal with it manually.We can also add a peer dep range to Jest as well, especially seeing as #53 requires Jest 23
EDIT: Should resolve #41 I think
The text was updated successfully, but these errors were encountered: