pke/eslint-plugin-redux-saga

Unnecessary strict dependency?

JonathanStoye opened this issue · 4 comments

Is it necessary to strictly bind to eslint version 3.19.0? Would be nice to get rid of that in favour of a more generic version as suggested in the npm docs. This way the following warning could be prevented:

npm WARN eslint-plugin-redux-saga@0.4.0 requires a peer of eslint@^3.19.0 but none was installed.

"eslint": "^4.1.0",

The latest package.json requires 4.1.0 but it's never been published to npm. Would be great at least to have a new release

pke commented

My bad. Will publish the version. You can create a pr for the peer dependency

When is this change going to be released?

pke commented

Released as 0.5.0 now. Thanks @JonathanStoye for #30