@thebrodmann/tslint-config

Yet another TSLint config preset

Usage no npm install needed!

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

README

TSLint Config Preset (thebrodmann)

Personal TSLint config preset.

Installation

# YARN
yarn add @thebrodmann/tslint-config

# NPM
npm install @thebrodmann/tslint-config

Usage

In tslint.json:

{
  "extends": "@thebrodmann/tslint-config"
}

P.S. Some TSLint rules require the use of --project to run.

License

MIT licensed