Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

insurello/tslint-insurello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo is no longer in use and has been archived

Purpose

This package contains a set of TSLint rules that enforces a consistent code style in all TypeScript projects.

Usage

Install using npm to your devDependencies:

npm install --save-dev insurello/tslint-insurello#v2.2.0

Configure TSLint to use tslint-insurello by adding it to your tslint.json:

{
   "extends": ["tslint-insurello"]
   "rules": {
     ...
   }
}

Default serverity level is warning, to force error set the enviroment variable CI.

About

Archived: Code style rules for TSLint.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors