Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 289 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 289 Bytes

tslint-config

Our standard lint configurations for TypeScript

Installation

npm install -D @maboroshi/tslint-config

or

yarn add -D @maboroshi/tslint-config

Usage

Import the config to your tslint.json

{
  "extends": ["@maboroshi/tslint-config"]
}