# @linters/eslint-config-jest

> The eslint for jest tests you have been looking for.

Latest version **1.13.0** (published 2026-01-31) · 0 weekly downloads

## Install

```sh
npm install @linters/eslint-config-jest
pnpm add @linters/eslint-config-jest
yarn add @linters/eslint-config-jest
bun add @linters/eslint-config-jest
```

## Health

**Score 45/100 (D)** — status: stable.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 1.13.0 |
| Published | 2026-01-31 |
| First published | 2020-05-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12 |
| Dependencies | 2 |
| Unpacked size | 12.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Maintainers | michal.jarnot |
| Keywords | eslint, code-style, semantic-release, config, jest, tests, typescript, node, react, react-native |

## Links

- npm: https://www.npmjs.com/package/@linters/eslint-config-jest
- Repository: https://github.com/developer239/linters
- Homepage: https://github.com/developer239/linters#readme
- Issues: https://github.com/developer239/linters/issues
- npm.io page: https://npm.io/package/@linters/eslint-config-jest

## Dependencies (2)

- [eslint-plugin-jest](https://npm.io/package/eslint-plugin-jest.md) 27.2.1
- [eslint-plugin-jest-formatting](https://npm.io/package/eslint-plugin-jest-formatting.md) 3.1.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.13.0 (latest) — 2026-01-31
- 1.12.1 — 2023-01-24
- 1.12.0 — 2023-01-24
- 1.11.0 — 2022-02-08
- 1.10.0 — 2022-01-30
- 1.9.0 — 2022-01-30
- 1.8.2 — 2021-03-25
- 1.8.1 — 2021-02-17
- 1.8.0 — 2021-02-17
- 1.7.0 — 2021-02-02
- 1.6.0 — 2020-12-11
- 1.5.0 — 2020-11-07
- 1.4.2 — 2020-11-07
- 1.4.1 — 2020-10-10
- 1.4.0 — 2020-10-09
- … 7 more at https://npm.io/package/@linters/eslint-config-jest/versions

## README

> **ARCHIVED:** This package is no longer maintained. Use [@linters/eslint-config-vitest](../eslint-config-vitest) instead.

# ESLint Config Jest

[**eslint**](https://github.com/eslint/eslint) shareable config to help you identify and report on patterns found in your tests.

## Plugins

This configuration uses the following plugins:

- [`eslint-plugin-jest`](https://github.com/jest-community/eslint-plugin-jest)
- [`eslint-plugin-jest-formatting`](https://github.com/dangreenisrael/eslint-plugin-jest-formatting)

## Install

```bash
$ yarn add @linters/eslint-config-jest -D
```

## Usage

The shareable config can be configured in the [**eslint** configuration file](https://eslint.org/docs/user-guide/configuring):

Create a _.eslintrc.js_ file with the following contents:

```js
module.exports = {
  extends: ["@linters/eslint-config-jest"],
};
```

---
_Source: https://npm.io/package/@linters/eslint-config-jest · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
