@metamask/eslint-config-mocha

12.1.0 • Public • Published

@metamask/eslint-config-mocha

MetaMask's Mocha ESLint configuration.

Usage

yarn add --dev \
    @metamask/eslint-config@^12.0.0 \
    @metamask/eslint-config-mocha@^12.0.0 \
    eslint@^8.27.0 \
    eslint-config-prettier@^8.5.0 \
    eslint-plugin-import@^2.27.5 \
    eslint-plugin-jsdoc@^41.1.2 \
    eslint-plugin-mocha@^10.1.0 \
    eslint-plugin-prettier@^4.2.1 \
    eslint-plugin-promise@^6.1.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 @metamask/eslint-config first, and @metamask/eslint-config-* in any order thereafter.

module.exports = {
  root: true,

  extends: [
    // These should be added last unless you know what you're doing.
    '@metamask/eslint-config',
    '@metamask/eslint-config-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

917

Version

12.1.0

License

MIT

Unpacked Size

8.58 kB

Total Files

5

Last publish

Collaborators

  • mcmire
  • nicholasellul
  • lgbot
  • naugtur
  • ritave
  • danfinlay
  • kumavis
  • rekmarks
  • metamaskbot
  • gudahtt
  • brad.decker
  • sethkfman