Skip to content

Commit de01a26

Browse files
committed
tools: enable linting for chained properties
Refs: nodejs#7920
1 parent 0ac710b commit de01a26

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)