1.3.4 • Published 6 years ago

@monolambda/tslint-config v1.3.4

Weekly downloads
1
License
Unlicense
Repository
github
Last release
6 years ago

tslint-config

npm version Travis branch Dependency Status npm

Update

The new version of the package is called @monolambda/tslint-config and the old one is deprecated.

Rules

Rule set based on:

Opinions:

  • Uses 4, spaces for easier readability
  • Keeps most of the rules but overrides nonpragmatic and artifact focused rules.

Note: The current ruleset is subject to change and under review, please feel free to send a PR for rules you feel that are over the top.

Installation:

npm install tslint-config tslint --save

Usage

In tslint.json:

{
    "extends": "@monolambda/tslint-config"
}