1.1.0-34 • Published 5 years ago

@rcmedeiros/tslint-config v1.1.0-34

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
5 years ago

tslint-config

Greenkeeper badge This is yet another tslint-config. It started as an overstrict set of rules which I relaxed over time. It's here just to keep code quality consistency.

Install

npm i @rcmedeiros/tslint-config

Usage

Make sure you have a TSLint plugin installed

In the project's root , create the file tslint.json and paste:

{
    "extends": "tslint-config-rcm/tslint-config",
    "rules": {
        "no-addition": true
    }
}
1.1.0-34

5 years ago

1.1.0-32

5 years ago

1.0.4-30

5 years ago

1.0.4-28

5 years ago

1.0.4-26

5 years ago

1.0.3-23

5 years ago

1.0.3-20

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago