Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

rcmedeiros/tslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors