tslint-config-stoplight
v1.4.0
Published
Shared Stoplight linting rules.
Downloads
57
Readme
Usage
Install
yarn add -D tslint tslint-config-stoplight
Setup
Create a tslint.json
file in the root of the repository with contents:
{
"extends": ["tslint-config-stoplight"]
}