Socket
Book a DemoInstallSign in
Socket

@gudahtt/eslint-config-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gudahtt/eslint-config-nodejs

Shareable MetaMask ESLint config for Node.js.

latest
Source
npmnpm
Version
11.0.1
Version published
Maintainers
1
Created
Source

@gudahtt/eslint-config-nodejs

MetaMask's Node.js ESLint configuration.

Usage

yarn add --dev \
    @gudahtt/eslint-config@^11.0.0 \
    @gudahtt/eslint-config-nodejs@^11.0.0 \
    eslint@^8.27.0 \
    eslint-config-prettier@^8.5.0 \
    eslint-plugin-import@^2.26.0 \
    eslint-plugin-jsdoc@^39.6.2 \
    eslint-plugin-node@^11.1.0 \
    eslint-plugin-prettier@^4.2.1 \
    prettier@^2.7.1

The order in which you extend ESLint rules matters. The @metamask/* eslint configs should be added to the extends array last, with @gudahtt/eslint-config first, and @metamask/eslint-config-* in any order thereafter.

module.exports = {
  extends: [
    // These should be added last unless you know what you're doing.
    '@gudahtt/eslint-config',
    '@gudahtt/eslint-config-nodejs',
  ],
};

To lint the .eslintrc.js file itself, you will need to add this config in addition to the base config.

FAQs

Package last updated on 18 Nov 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