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

14.0.0 • Public • Published

@metamask/eslint-config-mocha

MetaMask's Mocha ESLint configuration.

Usage

yarn add --dev \
    @metamask/eslint-config@^14.0.0 \
    @metamask/eslint-config-mocha@^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-mocha@^10.5.0 \
    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 mocha from '@metamask/eslint-config-mocha';

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,
      mocha,
    ],
  }
});

If your project has prefer-arrow-callback you will need to disable that and replace it with mocha/prefer-arrow-callback.

Readme

Keywords

none

Package Sidebar

Install

npm i @metamask/eslint-config-mocha

Weekly Downloads

19,746

Version

14.0.0

License

MIT

Unpacked Size

11.9 kB

Total Files

6

Last publish

Collaborators

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