Skip to content

Commit

Permalink
Docs: Correct typos in configuring.md (#7916)
Browse files Browse the repository at this point in the history
In the eqeqeq example, the word `warning` was used
instead of `warn`
  • Loading branch information
GabrielDelepine authored and vitorbal committed Jan 13, 2017
1 parent bd5e219 commit 5eb2e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ The `rules` property can do any of the following to extend (or override) the set
* enable additional rules
* change an inherited rule's severity without changing its options:
* Base config: `"eqeqeq": ["error", "allow-null"]`
* Derived config: `"eqeqeq": "warning"`
* Resulting actual config: `"eqeqeq": ["warning", "allow-null"]`
* Derived config: `"eqeqeq": "warn"`
* Resulting actual config: `"eqeqeq": ["warn", "allow-null"]`
* override options for rules from base configurations:
* Base config: `"quotes": ["error", "single", "avoid-escape"]`
* Derived config: `"quotes": ["error", "single"]`
Expand Down

0 comments on commit 5eb2e88

Please sign in to comment.