tslint-secoya

Secoya's TSLint rules

Usage no npm install needed!

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

README

TSLINT-SECOYA

These are the rules used in Secoyas TypeScript projects.

How to use:

npm install --save-dev tslint-secoya tslint
echo '{ "extends": ["tslint-secoya"]}' > tslint.json
./node_modules/.bin/tslint -c tslint.json -p tsconfig.json