Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

tslint-config-stoplight

marbemac5kMIT1.4.0

Shared Stoplight linting rules.

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