1.0.2 • Published 5 years ago

@uhc/tslint-config-uhc v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

tslint-config-uhc

A tslint configuration for UHC

Get started

Add a tslint.json file in the root directory

{
    "extends":[
       "tslint-config-uhc"
    ]
}

Install tslint:
npm install tslint --save-dev

Make sure @uhc/tslint-config-uhc is listed as a devDependency in package.json.