1.0.0 • Published 7 years ago
tslint-config-terreon v1.0.0
TSLint Config Terreon
A TSLint config based on JavaScript Standard Style with some changes:
- 4 spaces – for indentation
- No space after function name –
function name(arg) { ... }
- No spaces required inside comments –
//console.log('foo')
Installation
npm install tslint-config-terreon --save-dev
Usage
In tslint.json
:
{
"extends": "tslint-config-terreon"
}
P.S. Some TSLint rules may require the use of --project
.
Rules
License
Apache 2.0
1.0.0
7 years ago