1.0.8 • Published 5 years ago

@starlab/tslint-config v1.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

@starlab/tslint-config

StarLab TSLint extensible and sharable configuration.

Usage

Install the configuration as a npm package:

$ npm install --save-dev @starlab/tslint-config

# --- OR ---

$ yarn add --dev @starlab/tslint-config

and then add it as extension in your tslint.json file:

{
  "extends": ["@starlab/tslint-config"]
}

The corresponding tslint.yaml file looks like this:

extends:
  - @starlab/tslint-config