Socket
Socket
Sign inDemoInstall

@ssense/tslint-config

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ssense/tslint-config

SSENSE's base TSLint configuration


Version published
Weekly downloads
19
increased by216.67%
Maintainers
2
Weekly downloads
 
Created
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"
}

Keywords

FAQs

Package last updated on 05 Oct 2016

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