Skip to content

Commit a940cf4

Browse files
authored
Docs: Mention version for config glob patterns (fixes #8793)
1 parent 6e1c530 commit a940cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/configuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ module.exports = {
763763

764764
## Configuration Based on Glob Patterns
765765

766-
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`).
766+
<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`).
767767

768768
### How it works
769769

0 commit comments

Comments
 (0)