tslint-config-bunch-of-friends

Bunch of friends' tslint configuration file

Usage no npm install needed!

<script type="module">
  import tslintConfigBunchOfFriends from 'https://cdn.skypack.dev/tslint-config-bunch-of-friends';
</script>

README

tslint-config-bunch-of-friends

License npm version

Bunch of friends' tslint configuration file

How to use

Extend the rules from your tslint.json file.

npm install --save-dev tslint-config-bunch-of-friends

Make your tslint.config extend this configuration, by adding:

{
  "extends": "tslint-config-bunch-of-friends"
}

For more information about tslint and its configuration, see https://palantir.github.io/tslint/