Socket
Book a DemoInstallSign in
Socket

@hashicorp/eslint-config-node

Package Overview
Dependencies
Maintainers
29
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@hashicorp/eslint-config-node

Shared eslint configuration for Node

unpublished
latest
npmnpm
Version
1.0.3
Version published
Weekly downloads
0
Maintainers
29
Weekly downloads
 
Created
Source

@hashicorp/eslint-config-node

This is the eslint configuration for Node.js environments used across HashiCorp codebases.

Installation

Install the package:

yarn add -D @hashicorp/eslint-config-node

Usage

Create a .eslintrc.js file and extend the configuration provided by this package:

// .eslintrc.js
module.exports = {
  root: true,
  extends: '@hashicorp/eslint-config-node',
};

Keywords

eslint

FAQs

Package last updated on 20 Sep 2022

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