1.0.0 • Published 6 years ago

@seanmcgary/tslint-config v1.0.0

Weekly downloads
242
License
MIT
Repository
-
Last release
6 years ago

tslint-config

A base tslint config for sharing among node modules.

Install

yarn add @seanmcgary/tslint-config --dev

Usage

tslint.json

{
  "extends": "@seanmcgary/tslint-config",
  "rules": {
  
  }
}