From 86be94115f8a1bcb11ccca63cdfb9a2357899495 Mon Sep 17 00:00:00 2001 From: Jeffrey Royer Date: Tue, 1 Aug 2017 16:50:19 -0500 Subject: [PATCH] Docs: Update example for MemberExpression option of indent (fixes #9056) 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