From 65365944f70cba837c820f1a1717ccd294dac9b0 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 25 Apr 2021 22:56:09 +0300 Subject: [PATCH] docs: add eslint plugin istanbul (#831) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2c38ceb35..cc8d97423 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,13 @@ ensure consistency and readability in jest test suites. https://github.com/dangreenisrael/eslint-plugin-jest-formatting +### eslint-plugin-istanbul + +A set of rules to enforce good practices for Istanbul, one of the code coverage +tools used by Jest. + +https://github.com/istanbuljs/eslint-plugin-istanbul + [recommended]: https://img.shields.io/badge/-recommended-lightgrey.svg [suggest]: https://img.shields.io/badge/-suggest-yellow.svg [fixable]: https://img.shields.io/badge/-fixable-green.svg