jambit / eslint-plugin-typed-redux-saga

These are eslint rules to help with typed-redux-saga
MIT License
17 stars 3 forks source link

Adds documentation for yield-effects rule #6

Closed lourd closed 8 months ago

lourd commented 2 years ago

Updates the readme with info in the yield-effects rule created in #5.

Also please publish a new version to npm that includes the new rule 🙏 You can also probably go ahead and close #4.

lourd commented 2 years ago

On second review, the new yield-effects rule does not appear to be needed. When using the latest version directly from github, I get the appropriate lint warnings when yield is omitted just from using the delegate-effects rule. Feel free to ignore this, but please publish the latest version as it does seem to have this key improvement for delegate-effects!

lourd commented 2 years ago

Hey @SantoJambit @Lusito, can you please publish the latest version of the library to npm? Thank you!