0.0.1-rc-1 • Published 6 years ago

@paradigm/tslint-config v0.0.1-rc-1

Weekly downloads
1
License
CC0-1.0
Repository
github
Last release
6 years ago

@paradigm/tslint-config

Base tslint configuration used by Paradigm Labs for TypeScript projects.

Installation

Install locally in your project (ensure you have tslint installed as well).

$ yarn add --dev @paradigm/tslint-config

Usage

Add the following to your tslint.json file

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