Skip to content

Commit

Permalink
Docs: Update example for MemberExpression option of indent (fixes #9056
Browse files Browse the repository at this point in the history
…) (#9057)

Updated the example for the MemberExpression option of the indent rule
to not include the comment and code about permitting any indentation in
variable declarations and assignments.
  • Loading branch information
royerboat authored and platinumazure committed Aug 1, 2017
1 parent 78a85e0 commit c2f3553
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/rules/indent.md
Expand Up @@ -287,10 +287,6 @@ Examples of **correct** code for this rule with the `2, { "MemberExpression": 1
foo
.bar
.baz();

// Any indentation is permitted in variable declarations and assignments.
var bip = aardvark.badger
.coyote;
```

### FunctionDeclaration
Expand Down

0 comments on commit c2f3553

Please sign in to comment.