2.0.1 • Published 5 years ago
tslint-config-redaxmedia v2.0.1
TSLint Config Redaxmedia
Yet another TypeScript coding standard.
Installation
npm install tslint-config-redaxmedia
Usage
Refer the coding standard inside your tslint.json
file:
{
"extends":
[
"tslint-config-redaxmedia"
]
}