Skip to content

Commit

Permalink
Revert "chore: rm trailing space in docs (eslint#15689)"
Browse files Browse the repository at this point in the history
This reverts commit 74aad89.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent 5ca5b29 commit 770cd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring/configuration-files.md
Expand Up @@ -358,7 +358,7 @@ module.exports = {

<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`).

Glob patterns in overrides use [minimatch syntax](https://github.com/isaacs/minimatch).
Glob patterns in overrides use [minimatch syntax](https://github.com/isaacs/minimatch).

### How do overrides work?

Expand Down

0 comments on commit 770cd93

Please sign in to comment.