0.0.2 • Published 4 years ago

@jib/tslint v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Shared TSLint Configuration: @jib/tslint

Rule configutations for tslint used with @jib projects, and its tooling. These rules are somewhat opinionated, but generally loosen those of those in tslint:recommended base.

npm version wercker status GitHub license

Usage

npm install --save-dev @jib/tslint

Configure tslint.json

{
  "extends": ["@jib/tslint"],
  "rules": {
    /* overrides & customizations... */
  }
}