@catchfashion/tslint-presetdeprecated

A common TSLint preset for catchfashion TypeScript projects

Usage no npm install needed!

<script type="module">
  import catchfashionTslintPreset from 'https://cdn.skypack.dev/@catchfashion/tslint-preset';
</script>

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"]
}