Shared Stoplight linting rules.
npm install tslint-config-stoplight#### Install
```
yarn add -D tslint tslint-config-stoplight
#### Setup
Create a tslint.json file in the root of the repository with contents:
`json``
{
"extends": ["tslint-config-stoplight"]
}