linted

Personal TSLint configuration, using the work from [tslint-config-airbnb](https://github.com/progre/tslint-config-airbnb). Adds deeper type checking.

Usage no npm install needed!

<script type="module">
  import linted from 'https://cdn.skypack.dev/linted';
</script>

README

linted

Personal TSLint configuration, using the work from tslint-config-airbnb. Adds deeper type checking.

Usage

Install it !

npm install --save-dev linted

Use it ! (this is what your tslint.json should contain)

{
  "extends": "linted"
}

That's it !