pke / eslint-plugin-redux-saga

ESLint rules for redux-saga
MIT License
135 stars 16 forks source link

fix: Support redux-saga v1 #49

Closed SpainTrain closed 6 years ago

SpainTrain commented 6 years ago

Closes #48


This change is Reviewable

pke commented 6 years ago

Thanks for your contribution! I haven't followed the current 1.0.0 release train of redux-saga so I was unaware of this breaking change. Nice solution you found there. Once redux-saga 1.0 is released we might release a major version of this plugin to only cater the 1.0 release. But until then your PR will help to make the transition.

SpainTrain commented 5 years ago

Thanks for merging! Is it possible to cut a new release so we can start using Redux v1? :-)

pke commented 5 years ago

@SpainTrain Sure thing. Published. Should really automate that when a master merge happens. However I am using 2FA with npm and not sure how this could be automated then.