StarLab TSLint extensible and sharable configuration.
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