@allthings/tslint-preset

Allthings tslint rules

Usage no npm install needed!

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

README

Allthings TSLint Preset

A common TSLint preset for TypeScript projects at Allthings.

Setup

yarn add @allthings/tslint-preset --dev

Add the following to tslint.json

{
  "extends": ["@allthings/tslint-preset"]
}