From 510fa0d4ffcd6f046f52c675841054440ac9d836 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sun, 21 Aug 2022 10:37:24 +1200 Subject: [PATCH] docs: reference `eslint-plugin-jest-extended` in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e5da7720f..42a578a3c 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,14 @@ as it extends the original `unbound-method` rule from that plugin. ## Related Projects +### eslint-plugin-jest-extended + +This is a sister plugin to `eslint-plugin-jest` that provides support for the +matchers provided by +[`jest-extended`](https://github.com/jest-community/jest-extended). + +https://github.com/jest-community/eslint-plugin-jest-extended + ### eslint-plugin-jest-formatting This project aims to provide formatting rules (auto-fixable where possible) to