README
tslint-require-connect-typing
This package provides a check that react-redux's connect function has been typed when it is invoked.
This will ensure that the returned wrapped component will have the correct type signature.
tslint rule to require typing of react-redux connect statements
<script type="module">
import tslintRequireConnnectTyping from 'https://cdn.skypack.dev/tslint-require-connnect-typing';
</script>
This package provides a check that react-redux's connect function has been typed when it is invoked.
This will ensure that the returned wrapped component will have the correct type signature.