Skip to content

Commit eed2e7a

Browse files
itskollinovemberborn
authored andcommitted
Clarify that not all configuration options can be overridden by CLI flags
Fixes #1989.
1 parent 93e91c9 commit eed2e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/06-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To ignore a file or directory, prefix the pattern with an `!` (exclamation mark)
4242
}
4343
```
4444

45-
Arguments passed to the CLI will always take precedence over the configuration in `package.json`.
45+
Arguments passed to the CLI will always take precedence over the CLI options configured in `package.json`.
4646

4747
## Options
4848

0 commit comments

Comments
 (0)