@netflix/tslint-config

1.0.1 • Public • Published

TSLint Config Netflix

NetflixOSS Lifecycle

Shared TSLint configuration for TypeScript at Netflix

Details of the rules are listed here.

Installation

npm install @netflix/tslint-config --save-dev # npm
yarn add -D @netflix/tslint-config # alternatively, using yarn

Usage

In tslint.json:

{
  "extends": "@netflix/tslint-config"
}

You can also add your own configurations and rules

{
  "extends": ["@netflix/tslint-config", "tslint-config-prettier"],
  "rules": {
      "no-any": true
  }
}

Readme

Keywords

Package Sidebar

Install

npm i @netflix/tslint-config

Weekly Downloads

1

Version

1.0.1

License

Apache-2.0

Unpacked Size

12 kB

Total Files

6

Last publish

Collaborators

  • kkwon
  • kaylie
  • donutespresso
  • tbranyen
  • tvui-user
  • tvuiops-user
  • gsimpson
  • barb_the_builder
  • mmarchini
  • wesleytodd