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

Latest commit

 

History

History

tslint-config-loris

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

tslint-config-loris

TSLint config for Loris code style.

Installation

npm install --save-dev tslint tslint-config-loris

Usage

Include config in your tslint.json file:

{
    "extends": "tslint-config-loris"
}