eslint-plugin-react-redux
eslint-plugin-react-redux copied to clipboard
Add an option to allow retun value of bindActionCreators call
Added a new option allowReturnBindFn
which does not fail the react-redux/mapDispatchToProps-returns-object
if result of mapmapDispatchToProps
is a proxy-call to bindActionCreators
For now we are using it in our fork, but considering some other issues in this repo, it might be a good addition.
Fixes #30
is this still in consideration?