包详细信息

tslint-config-stoplight

marbemac60MIT1.4.0

Shared Stoplight linting rules.

自述文件

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"]
}