0.0.4 • Published 4 years ago

@leo-tools/tslint-config-common v0.0.4

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

tslint-config-common

Common TSLint shareable config

Installation

$ npm install --save-dev @leo-tools/tslint-config-common

Usage

Once the @leo-tools/tslint-config-common package is installed, you can use it by specifying @leo-tools/tslint-config-common in the extends section of your TSLint configuration.

{
  "extends": ["@leo-tools/tslint-config-common"],
  "rules": {
    // Additional, per-project rules...
  }
}