tslint-require-connnect-typing

tslint rule to require typing of react-redux connect statements

Usage no npm install needed!

<script type="module">
  import tslintRequireConnnectTyping from 'https://cdn.skypack.dev/tslint-require-connnect-typing';
</script>

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.