Skip to content

Latest commit

 

History

History

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

npm version dependencies

marstyle-typescript

Set of tslint rules

How to use?

Install the dependency

npm i @marsbased/marstyle-typescript --save-dev

Use it from your tslint.json file

{
  "extends": ["@marsbased/marstyle-typescript"]
}

If you prefer you can overwrite some rules:

{
  "extends": ["@marsbased/marstyle-typescript"],
  "rules": {
    "adjacent-overload-signatures": false
  }
}