@codibly/tslint-standard

Standard TS Lint preset for TypeScript projects.

Usage no npm install needed!

<script type="module">
  import codiblyTslintStandard from 'https://cdn.skypack.dev/@codibly/tslint-standard';
</script>

README

tslint-standard

Npm version

Standard TS Lint preset for TypeScript projects.

Instalation

This module is available as a NPM package.

npm install --save-dev tslint @codibly/tslint-standard

Usage

To use this preset you have to extend it in your tslint.json file.

{
  "extends": [
    "@codibly/tslint-standard"
  ]
}

License

MIT