Socket
Socket
Sign inDemoInstall

@gojob/tslint-config

Package Overview
Dependencies
0
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gojob/tslint-config

A mostly reasonable approach to TypeScript.


Version published
Weekly downloads
8
increased by300%
Maintainers
4
Install size
4.48 kB
Created
Weekly downloads
 

Readme

Source

tslint-config-gojob

This package provides Gojob's base TS tslint-base.json (without React plugins) as an extensible shared config.

Usage

We export one TSLint configurations for your usage.

tslint-config-gojob

Our default export contains all of our TSLint rules, including tslint:recommended. It requires tslint.

  1. Install the correct versions of each package, which are listed by the command:
yarn add @gojob/tslint-config --dev
  1. Within your tsconfig.json add the following extends:
{
  "extends": "tslint-config-gojob/tslint-base"
}

Keywords

FAQs

Last updated on 06 Jun 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc