@metamask/eslint-config-nodejs
TypeScript icon, indicating that this package has built-in type declarations

14.0.0 • Public • Published

@metamask/eslint-config-nodejs

MetaMask's Node.js ESLint configuration.

Usage

yarn add --dev \
    @metamask/eslint-config@^14.0.0 \
    @metamask/eslint-config-nodejs@^14.0.0 \
    eslint@^9.11.0 \
    eslint-config-prettier@^9.1.0 \
    eslint-plugin-import-x@^4.3.0 \
    eslint-plugin-jsdoc@^50.2.4 \
    eslint-plugin-n@^17.10.3 \
    eslint-plugin-prettier@^5.2.1 \
    eslint-plugin-promise@^7.1.0 \
    prettier@^3.3.3

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

import base, { createConfig } from '@metamask/eslint-config';
import nodejs from '@metamask/eslint-config-nodejs';

const config = createConfig({
  {
    extends: [
      // Any custom shared config should be added here.
      // ...

      // This should be added last unless you know what you're doing.
      base,
      nodejs,
    ],
  }
});

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

Readme

Keywords

none

Package Sidebar

Install

npm i @metamask/eslint-config-nodejs

Weekly Downloads

1,907

Version

14.0.0

License

MIT

Unpacked Size

98.4 kB

Total Files

7

Last publish

Collaborators

  • mcmire
  • nicholasellul
  • naugtur
  • ritave
  • danfinlay
  • kumavis
  • rekmarks
  • metamaskbot
  • gudahtt
  • sethkfman