Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

familyjs/tslint-family-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSLint rules for Family

Common TypeScript lint rules/preferences for Family.

Usage

npm i -D tslint-family-rules

There is a strict flavor of lint rules, which we recommend:

{
  "extends": "tslint-family-rules/strict"
}

Otherwise, extend the base rules:

{
  "extends": "tslint-family-rules"
}

About

Common TypeScript lint rules/preferences for Family

Resources

License

Stars

Watchers

Forks

Packages

No packages published