Socket
Socket
Sign inDemoInstall

@ssense/tslint-config

Package Overview
Dependencies
52
Maintainers
11
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ssense/tslint-config

SSENSE's base TSLint configuration


Version published
Weekly downloads
39
increased by457.14%
Maintainers
11
Install size
1.65 MB
Created
Weekly downloads
 

Readme

Source

tslint-config

npm version Build Status

The tslint config we use at SSENSE for all TypeScript projects. It's a combination of base rules provided by tslint as well as rules from tslint-microsoft-contrib.

Installation
  1. Install the package
    • npm install --save-dev tslint @ssense/tslint-config
  2. Create a file named tslint.json in your project root
    • touch tslint.json
  3. Add the contents referenced in the section below to tslint.json
  4. Run tslint
    • ./node_modules/.bin/tslint
tslint.json
{
    "extends": "@ssense/tslint-config"
}
corresponding SSENSE TSLint, TSLint and tslint-microsoft-contrib version
SSENSE VERSIONTSLint versiontslint-microsoft-contrib versionTypescript version
>= 5.x>= 5.x5.x>= 2.3.x
>= 4.x>= 4.x4.x
>= 2.x>= 3.2.x2.x

Keywords

FAQs

Last updated on 10 Jan 2019

Did you know?

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc