Socket
Socket
Sign inDemoInstall

@intelight/tslint

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intelight/tslint

TSLint rules used at Intelight


Version published
Maintainers
3
Created
Source

@intelight/tslint

TSLint rules on Intelight projects.

Extends the following: tslint:latest, tslint:recommended, tslint-react, and tslint-eslint-rules.

Installation

yarn add @intelight/tslint --dev or npm install @intelight/tslint --save-dev

Usage

To use these this preset, use configuration inheritance via the extends keyword. Here's a sample configuration where tslint.json lives adjacent to your node_modules folder:

{
	"extends": ["@intelight/tslint"],
	"rules": {
		// if you want to make some adjustments
		// you can override preset rules here
	}
}

Then run tslint --project ./tsconfig.json 'src/**/*.{ts,tsx}'

FAQs

Package last updated on 24 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