@herp-inc/eslint-config-jest

202403.2.0 • Public • Published

@herp-inc/eslint-config-jest npm

ESLint shareable config for Jest environments

This package is intended to be used along with @herp-inc/eslint-config.

Installation

Note that the following packages are peer dependencies of this library, which need to be installed separately.

Package Version
eslint 8 || 9
eslint-plugin-jest 27 || 28

Using npm

$ npm install --save-dev @herp-inc/eslint-config-jest

Using yarn

$ yarn add --dev @herp-inc/eslint-config-jest

Usage

Add @herp-inc/eslint-config-jest to the extends section of your ESLint configuration.

{
  "extends": ["@herp-inc"],
  "overrides": [
    {
      "extends": ["@herp-inc/eslint-config-jest"],
      "files": ["*.test.ts"]
    }
  ]
}

Package Sidebar

Install

npm i @herp-inc/eslint-config-jest

Weekly Downloads

3,196

Version

202403.2.0

License

MIT

Unpacked Size

2.64 kB

Total Files

3

Last publish

Collaborators

  • hiroqn
  • ryota-ka