tslint-no-destructuring

Disallows use of destructuring in some circumstances

Usage no npm install needed!

<script type="module">
  import tslintNoDestructuring from 'https://cdn.skypack.dev/tslint-no-destructuring';
</script>

README

TslintNoDestructuring

Package is hosted on npm and can be installed with

npm install tslint-no-destructuring

A TSlint rule to disallow destructuring

Currently this rule only checks function signatures (both regular and arrow function)

Options

Not yet supported