@cknow/tslint-configdeprecated

TSLint shareable config

Usage no npm install needed!

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

README

TSLint Config

TSLint shareable config

NPM Version Downloads MIT License

Build Status Build status Coverage Status

Code Climate Test Coverage Issue Count

Dependencies Status devDependencies Status peerDependencies Status

Semantic Release Average time to resolve an issue Percentage of issues still open Gitter

Install

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

Usage

TSLint Configuration File Formats

Add some TSLint config to your tslint.json:

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

Usage direct on command line

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

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