0.1.2 • Published 7 years ago

@morrisallison/tslint-config v0.1.2

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

tslint-config

A shared TSLint configuration.

npm Version MIT License bitHound TSLint Version TypeScript Version

Installation

Node.js via Yarn

yarn add -D @morrisallison/tslint-config

Node.js via npm

npm install @morrisallison/tslint-config --save-dev

Usage

Create a file in the project root named tslint.json containing the following:

{
    "extends": "@morrisallison/tslint-config"
}

License

Copyright © 2016 Morris Allison III. Released under the MIT license.