JavaScript
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
rules
test
.codeclimate.yml
.editorconfig
.eslintrc.js
.gitattributes
.gitignore
.travis.yml
LICENSE
README.md
appveyor.yml
index.js
package-lock.json
package.json
yarn.lock

README.md

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.