Skip to content

Commit

Permalink
Docs: Make marking a default option consistent with other rules (esli…
Browse files Browse the repository at this point in the history
  • Loading branch information
revolter authored and not-an-aardvark committed Jul 22, 2018
1 parent 0cb5e3e commit 87cd344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/dot-location.md
Expand Up @@ -20,7 +20,7 @@ This rule aims to enforce newline consistency in member expressions. This rule p

The rule takes one option, a string:

* If it is `"object"`, the dot in a member expression should be on the same line as the object portion. The default is `"object"`.
* If it is `"object"` (default), the dot in a member expression should be on the same line as the object portion.
* If it is `"property"`, the dot in a member expression should be on the same line as the property portion.

### object
Expand Down

0 comments on commit 87cd344

Please sign in to comment.