1.0.8 • Published 7 years ago
@starlab/tslint-config v1.0.8
@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-configand 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