From f7ac0fc6074e53a03bb5784d2e89ca5c9ca22c5d Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 21 Aug 2022 10:33:56 +1200 Subject: [PATCH] docs: mention `eslint-plugin-jest-extended` in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e02ed837..0f355a98 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,8 @@ With yarn: yarn add -D jest-extended ``` +If you're using ESLint you might also want to checkout [`eslint-plugin-jest-extended`](https://github.com/jest-community/eslint-plugin-jest-extended). + ## Setup Note that `jest-extended` only supports Jest version `27.2.5` and newer. If you're using an older version of Jest, use `1.2.1`.