From 71fb41220e9664888bd931cd745ef9427449ad71 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 22 Aug 2022 19:59:34 +1200 Subject: [PATCH] docs: mention `eslint-plugin-jest-extended` in README (#493) --- 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`.