Socket
Socket
Sign inDemoInstall

@teachers/tslint-config-tpt

Package Overview
Dependencies
Maintainers
60
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teachers/tslint-config-tpt

Shared base TSLint Configuration for TPT repos


Version published
Maintainers
60
Created
Source

TpT TSLint config

This is a fairly opinionated lint configuration which assumes:

  • Use of Prettier to enforce consistent code style
  • Use of TSLint for non-style-related static analysis intended to catch bugs or use of patterns that can lead to bugs.

Installation

yarn add --dev @teachers/tslint-config-tpt

Usage

Add a tslint.json file to your repository containing:

{
  "extends": "@teachers/tslint-config-tpt"
}

And yarn add --dev tslint if you have not done so already.

It is recommended to add TSLint and Prettier integrations to your editor.

FAQs

Package last updated on 11 Dec 2019

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