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

@contactlab/tslint-config

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
Version published
Maintainers
3
Created

: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.

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