We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e6f9c commit fe933abCopy full SHA for fe933ab
es5.js
@@ -105,7 +105,7 @@ module.exports = {
105
SwitchCase: 1,
106
// continuation indent
107
VariableDeclarator: 1, // indent is multiplier * indent = 1 * 2
108
- MemberExpression: 'off', // indent is multiplier * indent = 2 * 2
+ MemberExpression: 'off', // https://github.com/htmlacademy/eslint-config-htmlacademy/issues/35
109
FunctionDeclaration: {parameters: 2},
110
FunctionExpression: {parameters: 2},
111
CallExpression: {arguments: 2}
0 commit comments