@cknow/codelyzer-config

Codelyzer shareable config

Usage no npm install needed!

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

README

Codelyzer Config

Codelyzer 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/codelyzer-config

Usage

Codelyzer Custom Setup

Add some Codelyzer config to your tslint.json:

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

Usage direct on command line

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

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