Skip to content

Commit

Permalink
docs(readme): add note about jest/globals being set by configs (#659)
Browse files Browse the repository at this point in the history
Fixes #658
  • Loading branch information
G-Rath committed Sep 5, 2020
1 parent 1392cf3 commit d16b84c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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.

Expand Down

0 comments on commit d16b84c

Please sign in to comment.