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
Secoya's TSLint rules
<script type="module">
import tslintSecoya from 'https://cdn.skypack.dev/tslint-secoya';
</script>
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