tslint-config-pajn

An opinionated tslint config to use together with prettier.

Usage no npm install needed!

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

README

An opinionated tslint config to use together with prettier.

Installation

yarn add --dev tslint-config-pajn
npm install --save-dev tslint-config-pajn

Usage

Extend it in your tslint.json:

{
  "extends": ["tslint-config-pajn"]
}