New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contactlab/tslint-config

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contactlab/tslint-config

Contactlab TSLint configuration

  • 1.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

:warning: This project was superseeded by eslint-config-contactlab v4.x


@contactlab/tslint-config

Contactlab TSLint extensible and sharable configuration.

Usage

Install the configuration as a npm package:

$ npm install --save-dev @contactlab/tslint-config

# --- OR ---

$ yarn add --dev @contactlab/tslint-config

and then add it as extension in your tslint.json file:

{
  "extends": ["@contactlab/tslint-config"]
}

See the TSlint config docs for more information.

Rules

The configuration already extends the default tslint:recommended and tslint-eslint-rules (ref) rules.

Package specific rules can be found in ./rules.json file.

Keywords

FAQs

Package last updated on 16 Jan 2020

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