From dff6446708056ea86eb52cc676dac62ee89df687 Mon Sep 17 00:00:00 2001 From: Dan Green Date: Mon, 6 May 2019 14:42:36 -0400 Subject: [PATCH] docs: link to eslint-plugin-jest-formatting --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ea58f44b4..81c61bf3a 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,14 @@ for more information about extending configuration files. - [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) - [eslint-plugin-jasmine](https://github.com/tlvince/eslint-plugin-jasmine) +## Related Projects + +### eslint-plugin-jest-formatting +This project aims to provide formatting rules (auto-fixable where possible) to ensure consistency and readability in jest test suites. + +https://github.com/dangreenisrael/eslint-plugin-jest-formatting + + [consistent-test-it]: docs/rules/consistent-test-it.md [expect-expect]: docs/rules/expect-expect.md [lowercase-name]: docs/rules/lowercase-name.md