@datalogix/tslint-config

TSLint shareable config

Usage no npm install needed!

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

README

TSLint Config

Version Downloads Build Status Codecov License

TSLint shareable config

Install

npm install --save-dev @datalogix/tslint-config

Usage

TSLint Configuration File Formats

Add some TSLint config to your tslint.json:

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

Usage direct on command line

tslint --config ./node_modules/@datalogix/tslint-config/index.js

Note: It is not necessary to create the tslint.json file.