Skip to content

Commit 97934f9

Browse files
Trottcjihrig
authored andcommitted
tools: enable linting for chained properties
Refs: #7920 PR-URL: #7999 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
1 parent 60ff991 commit 97934f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ rules:
5858
brace-style: [2, 1tbs, {allowSingleLine: true}]
5959
comma-spacing: 2
6060
eol-last: 2
61-
indent: [2, 2, {SwitchCase: 1}]
61+
indent: [2, 2, {SwitchCase: 1, MemberExpression: 1}]
6262
key-spacing: [2, {mode: minimum}]
6363
keyword-spacing: 2
6464
linebreak-style: [2, unix]

0 commit comments

Comments
 (0)