From c2f35539bdf2ac4e92287fa0800e633e60805775 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 1 Aug 2017 17:39:48 -0500 Subject: [PATCH] Docs: Update example for MemberExpression option of indent (fixes #9056) (#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. --- docs/rules/indent.md | 4 ---- 1 file changed, 4 deletions(-) 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