Skip to content

Commit

Permalink
Docs: configuration hierarchy for CLIEngine options (fixes eslint#9526)
Browse files Browse the repository at this point in the history
Update documentation about configuration hierarchy for CLIEngine options
  • Loading branch information
PiIsFour committed Jan 17, 2018
1 parent 8ccbdda commit 9c4b9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring.md
Expand Up @@ -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:
1. Command line options (or CLIEngine equivalents):
1. `--global`
1. `--rule`
1. `--env`
Expand Down

0 comments on commit 9c4b9a9

Please sign in to comment.