Skip to content

Commit

Permalink
docs: Fix anchor in URL (#16628)
Browse files Browse the repository at this point in the history
* docs: Fix anchor in URL

* Update docs/src/user-guide/configuring/configuration-files.md

Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>
Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
  • Loading branch information
3 people committed Dec 7, 2022
1 parent 6bef135 commit 7276fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/user-guide/configuring/configuration-files.md
Expand Up @@ -424,7 +424,7 @@ If a config is provided via the `--config` CLI option, the glob patterns in the

If you specified directories with CLI (e.g., `eslint lib`), ESLint searches target files in the directory to lint. The target files are `*.js` or the files that match any of `overrides` entries (but exclude entries that are any of `files` end with `*`).

If you specified the [`--ext`](https://eslint.org/docs/user-guide/command-line-interface#ext) command line option along with directories, the target files are only the files that have specified file extensions regardless of `overrides` entries.
If you specified the [`--ext`](../command-line-interface#--ext) command line option along with directories, the target files are only the files that have specified file extensions regardless of `overrides` entries.

## Personal Configuration Files (deprecated)

Expand Down

0 comments on commit 7276fe5

Please sign in to comment.