@tangany/tslint-config

Sharable TSLint config for Tangany

Usage no npm install needed!

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

README

Tangany

Tangany TSLint Config


A shareable config that is designed to work with the extends feature of TSLint. Install the npm module via npm install @tangany/tslint@latest and add it as a dependency to your tslint.json:

{
  "extends": [
    "@tangany/tslint-config"
  ],
  "rules": {
  }
}