3.0.0 • Published 5 years ago

@priver/tslint-config v3.0.0

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

@priver/tslint-config

Shareable config for tslint. Uses rules from tslint-eslint-rules.

npm version npm downloads license

Installation

yarn add --dev typescript tslint @priver/tslint-config
# or
npm install --save-dev typescript tslint @priver/tslint-config

Usage

Add the following in your tslint.json:

{
    "extends": "@priver/tslint-config",
}