README
@catchfashion/tslint-preset
A common TSLint preset for catchfashion TypeScript projects
Setup
$ npm install @catchfashion/tslint-preset --save-dev
Add the following to tslint.json
{
"extends": ["@catchfashion/tslint-preset"]
}
A common TSLint preset for catchfashion TypeScript projects
<script type="module">
import catchfashionTslintPreset from 'https://cdn.skypack.dev/@catchfashion/tslint-preset';
</script>
A common TSLint preset for catchfashion TypeScript projects
$ npm install @catchfashion/tslint-preset --save-dev
Add the following to tslint.json
{
"extends": ["@catchfashion/tslint-preset"]
}