Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cknow/tslint-config

cknow24MITdeprecated5.0.0

This module has been renamed to @datalogix/tslint-config. Please install it instead. See https://github.com/datalogix/tslint-config for more information.

TSLint shareable config

tslint, tslint-config, tslint-rules, typescript, config, code, quality, style, lint, linter, validate, code style, standard, strict, check, checker, verify, enforce

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.