Socket
Socket
Sign inDemoInstall

@netflix/tslint-config

Package Overview
Dependencies
Maintainers
7
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netflix/tslint-config

Netflix TSLint configuration


Version published
Weekly downloads
4
Maintainers
7
Weekly downloads
 
Created
Source

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
  }
}

Keywords

FAQs

Package last updated on 31 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc