Socket
Book a DemoInstallSign in
Socket

@warungpintar/eslint-config-typescript

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@warungpintar/eslint-config-typescript

Warung Pintar's ESLint Typescript config

latest
npmnpm
Version
0.2.2
Version published
Weekly downloads
8
Maintainers
4
Weekly downloads
 
Created
Source

@warungpintar/eslint-config-typescript

Warung Pintar's Typescript ESLint config, under the hood we are extending and overriding xo's lint config.

Installation

npm install --save-dev @warungpintar/eslint-config-typescript

Usage

After installing, update your project's .eslintrc.js file to import the rule sets you want:

{
  "extends" : [
    "@warungpintar/eslint-config-base",
    "@warungpintar/eslint-config-typescript"
  ]
}

Read the ESlint config docs for more information.

FAQs

Package last updated on 10 Jan 2020

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