3.0.0 • Published 3 years ago

tslint-config-ryanair v3.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

Ryanair typescript linters. This package contains two different linters:

The standard linter extends:

How to use it

npm i --save-dev tslint-config-ryanair

In your tslint then

{
  "extends": ["tslint-config-ryanair"]
}

For angular projects instead

npm i --save-dev tslint-config-ryanair codelyzer
{
  "extends": ["tslint-config-ryanair/angular"]
}

In your tsconfig.json

{
  "extends": "./node_modules/tslint-config-ryanair/tsconfig.json"
}