Skip to content

softwareventures/tslint-rules

Repository files navigation

tslint-rules

Standard tslint rules for Software Ventures Limited.

Deprecated: tslint is deprecated. Please migrate to eslint and eslint-config.

Install

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

or for yarn users:

yarn add --dev @softwareventures/tslint-rules

Usage

To apply this tslint configuration to your project, add this to tslint.json:

{
    "extends": "@softwareventures/tslint-rules"
}