/tslint-config-strict

Strict tslint configuration based build by changing some rules from tslint:all base.

TSLint strict configuration

Strict tslint configuration based build by changing some rules from tslint:all base.

Installation

This package is distributed via npm

npm install tslint-config-strict

Usage

Create tslint.json with config like

{
  "extends": ["tslint-config-strict"],
  "rules": {}
}