From 770cd93696953466bcb6d85e01df52641b6f4186 Mon Sep 17 00:00:00 2001 From: Srijan Saurav <68371686+srijan-deepsource@users.noreply.github.com> Date: Mon, 30 May 2022 16:19:26 +0530 Subject: [PATCH] Revert "chore: rm trailing space in docs (#15689)" This reverts commit 74aad89833c6b0904538bc53e2b59f2c906960a4. --- docs/user-guide/configuring/configuration-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuring/configuration-files.md b/docs/user-guide/configuring/configuration-files.md index d3368e767ac..9066e1ef791 100644 --- a/docs/user-guide/configuring/configuration-files.md +++ b/docs/user-guide/configuring/configuration-files.md @@ -358,7 +358,7 @@ module.exports = { v4.1.0+. 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?