1.0.2 • Published 6 years ago

@sweetbridge/tslint-config v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

TSLint Config Sweetbridge

NPM version

A TSLint config for JavaScript Standard Style

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-dev

Usage

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