1.0.0 • Published 6 years ago

tslint-config-terreon v1.0.0

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

TSLint Config Terreon

NPM version NPM downloads

A TSLint config based on JavaScript Standard Style with some changes:

  • 4 spaces – for indentation
  • No space after function namefunction 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