Skip to content

Commit fe933ab

Browse files
committed
add some notes
1 parent 77e6f9c commit fe933ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

es5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
SwitchCase: 1,
106106
// continuation indent
107107
VariableDeclarator: 1, // indent is multiplier * indent = 1 * 2
108-
MemberExpression: 'off', // indent is multiplier * indent = 2 * 2
108+
MemberExpression: 'off', // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/35
109109
FunctionDeclaration: {parameters: 2},
110110
FunctionExpression: {parameters: 2},
111111
CallExpression: {arguments: 2}

0 commit comments

Comments
 (0)