1.0.2 • Published 7 years ago
@uhc/tslint-config-uhc v1.0.2
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.