tslint-config-t-systemdeprecated

tslint configuration for T-System projects

Usage no npm install needed!

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

README

tslint-config

Write Typescript the T-System way!

npm install --save-dev tslint tslint-config-t-system

tslint.json

{
  "extends": "ts-config-t-system/tslint-base",
  "rules" {
    // other rules and overrides (optional)
  }
}