@gudahtt/eslint-config-jest

11.0.1 • Public • Published

@gudahtt/eslint-config-jest

MetaMask's Jest ESLint configuration.

Usage

yarn add --dev \
    @gudahtt/eslint-config@^11.0.0 \
    @gudahtt/eslint-config-jest@^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-jest@^27.1.5 \
    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 = {
  root: true,

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

Readme

Keywords

none

Package Sidebar

Install

npm i @gudahtt/eslint-config-jest

Weekly Downloads

0

Version

11.0.1

License

MIT

Unpacked Size

8.64 kB

Total Files

6

Last publish

Collaborators

  • gudahtt