1.1.1 • Published 5 years ago

stricter-tslint-config v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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.

How to use

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

npm i stricter-tslint-config -D

And then reference it in your tslint.json file:

{
    "extends": "stricter-tslint-config",
    "rules": {
    }
}