@seanmcgary/tslint-config

tslint base config

Usage no npm install needed!

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

README

tslint-config

A base tslint config for sharing among node modules.

Install

yarn add @seanmcgary/tslint-config --dev

Usage

tslint.json

{
  "extends": "@seanmcgary/tslint-config",
  "rules": {
  
  }
}