From 5c0ffed89a5829a46e981306e7869cca7e88dc76 Mon Sep 17 00:00:00 2001 From: PiIsFour Date: Wed, 17 Jan 2018 22:15:32 +0100 Subject: [PATCH] Docs: configuration hierarchy for CLIEngine options (fixes #9526) Update documentation about configuration hierarchy for CLIEngine options --- docs/user-guide/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuring.md b/docs/user-guide/configuring.md index 8ba02fc2e120..8fb545b155b0 100644 --- a/docs/user-guide/configuring.md +++ b/docs/user-guide/configuring.md @@ -552,7 +552,7 @@ The complete configuration hierarchy, from highest precedence to lowest preceden 1. `/*global*/` 1. `/*eslint*/` 1. `/*eslint-env*/` -1. Command line options: +2. Command line options (or CLIEngine equivalents): 1. `--global` 1. `--rule` 1. `--env`