2.0.0 • Published 6 years ago

@jphilipstevens/tslint-base-config v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

TSLint Config

Installation

npm install @jphilipstevens/tslint-base-config --save-dev

Usage

In tslint.json:

{
  "extends": "@jphilipstevens/tslint-base-config"
}

Rules

Peer Dependencies

This package has peer dependencies for the tslint, Typescript (inherited from tslint), and the rules

"peerDependencies": {
    "tslint": "^5.5.0",
    "tslint-config-prettier": "^1.17.0",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^2.2.0 || ^3.0.0"
  }
2.0.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago