Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

joincivil/tslint-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tslint-rules

npm (scoped)

Shared rules for Typescript linter

The rules are strict by default to see what works. If any of the rules is too strict for the everyday work, we cna then turn it off

Installation

You need tslint version 5.9 or higher for yaml support

npm install --save-dev @joincivil/tslint-rules

and in your tslint.json or tslint.yaml put:

{
  "extends": [
    "@joincivil/tslint-rules"
  ]
}

Rememmber that many rules require the --project flag to work properly.

About

Shared rules for Typescript linter

Resources

Stars

Watchers

Forks

Packages

No packages published