Skip to content

Commit

Permalink
tools: enable linting for chained properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Aug 9, 2016
1 parent 0ac710b commit de01a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ rules:
brace-style: [2, 1tbs, {allowSingleLine: true}]
comma-spacing: 2
eol-last: 2
indent: [2, 2, {SwitchCase: 1}]
indent: [2, 2, {SwitchCase: 1, MemberExpression: 1}]
key-spacing: [2, {mode: minimum}]
keyword-spacing: 2
linebreak-style: [2, unix]
Expand Down

0 comments on commit de01a26

Please sign in to comment.