Skip to content

Commit

Permalink
Fix anchor in link
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Dec 7, 2022
1 parent 6bef135 commit 6f4fd1f
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`](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.

## Personal Configuration Files (deprecated)

Expand Down

0 comments on commit 6f4fd1f

Please sign in to comment.