diff --git a/docs/rules/indent.md b/docs/rules/indent.md index daa17c8af78..f7c59347f8a 100644 --- a/docs/rules/indent.md +++ b/docs/rules/indent.md @@ -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