All Projects → Netflix → tslint-config-netflix

Netflix / tslint-config-netflix

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language

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
  }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].