From eed2e7a9bc7a8bcdd6917206e6685feeda325e14 Mon Sep 17 00:00:00 2001 From: Srikanth Kolli Date: Tue, 4 Dec 2018 01:37:44 +0530 Subject: [PATCH] Clarify that not all configuration options can be overridden by CLI flags Fixes #1989. --- docs/06-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/06-configuration.md b/docs/06-configuration.md index 9bf4f7017..9eac8437f 100644 --- a/docs/06-configuration.md +++ b/docs/06-configuration.md @@ -42,7 +42,7 @@ To ignore a file or directory, prefix the pattern with an `!` (exclamation mark) } ``` -Arguments passed to the CLI will always take precedence over the configuration in `package.json`. +Arguments passed to the CLI will always take precedence over the CLI options configured in `package.json`. ## Options