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

Archived: Code style rules for TSLint.

Notifications You must be signed in to change notification settings

insurello/tslint-insurello

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.