From b59a57b43911af6944fb574ffb8919c3c1c52335 Mon Sep 17 00:00:00 2001 From: Kevin Rouchut Date: Tue, 7 Feb 2023 23:19:30 +0100 Subject: [PATCH] docs: fix typo command-line-interface.md --- docs/src/use/command-line-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/use/command-line-interface.md b/docs/src/use/command-line-interface.md index 9270e64fd33..d88e35cfa04 100644 --- a/docs/src/use/command-line-interface.md +++ b/docs/src/use/command-line-interface.md @@ -171,7 +171,7 @@ This option allows you to specify which file extensions ESLint uses when searchi * **Multiple Arguments**: Yes * **Default Value**: `.js` and the files that match the `overrides` entries of your configuration. -`--ext` is only used when the the patterns to lint are directories. If you use glob patterns or file names, then `--ext` is ignored. For example, `npx eslint "lib/*" --ext .js` matches all files within the `lib/` directory, regardless of extension. +`--ext` is only used when the patterns to lint are directories. If you use glob patterns or file names, then `--ext` is ignored. For example, `npx eslint "lib/*" --ext .js` matches all files within the `lib/` directory, regardless of extension. ##### `--ext` example