1.0.2 • Published 8 years ago
@sweetbridge/tslint-config v1.0.2
TSLint Config Sweetbridge
This is a tiny wrapper around tslint-config-standard which sets down:
- max line length to 96
- approves function parameters indentation based on the position of the first parameter
Installation
npm install @sweetbridge/tslint-config --save-devUsage
Create tslint.json file next to your package.json (project root):
{
"extends": "@sweetbridge/tslint-config"
}P.S. Some TSLint rules may require the use of --project.
Rules
License
Apache 2.0