From d16b84c23acda12d95244968313dc60396369b31 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Sat, 5 Sep 2020 13:13:27 +1200 Subject: [PATCH] docs(readme): add note about `jest/globals` being set by configs (#659) Fixes #658 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 80f3bd0d6..aa12edac4 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,9 @@ doing: } ``` +This is included in all configs shared by this plugin, so can be omitted if +extending them. + The behaviour of some rules (specifically `no-deprecated-functions`) change depending on the version of `jest` being used.