1.3.1 • Published 4 years ago

@strictr/tslint-config v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Stricter TSLint Configuration

Build Status

npm version

This package contains a strict tslint configuration combining multiple rule packages to enforce a common code style.

Installation

In order to use this package, you can install it as a development dependency:

npm i @strictr/tslint-config -D

Integration

To integrate the package, reference it in your tslint.json file:

{
    "extends": "@strictr/tslint-config",
    "rules": {
    }
}