1.0.3 • Published 2 years ago

@hashicorp/eslint-config-node v1.0.3

Weekly downloads
-
License
Copyright HashiCo...
Repository
-
Last release
2 years ago

@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',
};