Skip to content

Commit

Permalink
Docs: Mention version for config glob patterns (fixes #8793)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Oct 23, 2018
1 parent 6e1c530 commit a940cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring.md
Expand Up @@ -763,7 +763,7 @@ module.exports = {

## Configuration Based on Glob Patterns

Sometimes a more fine-controlled configuration is necessary, for example if the configuration for files within the same directory has to be different. Therefore you can provide configurations under the `overrides` key that will only apply to files that match specific glob patterns, using the same format you would pass on the command line (e.g., `app/**/*.test.js`).
<b>v4.1.0+.</b> Sometimes a more fine-controlled configuration is necessary, for example if the configuration for files within the same directory has to be different. Therefore you can provide configurations under the `overrides` key that will only apply to files that match specific glob patterns, using the same format you would pass on the command line (e.g., `app/**/*.test.js`).

### How it works

Expand Down

0 comments on commit a940cf4

Please sign in to comment.