We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7648cca commit 70901b2Copy full SHA for 70901b2
tools/eslint-rules/align-multiline-assignment.js
@@ -54,7 +54,6 @@ function testAssignment(context, node) {
54
function testDeclaration(context, node) {
55
node.declarations.forEach((declaration) => {
56
const msg = checkExpressionAlignment(declaration.init);
57
- // const start = declaration.init.loc.start;
58
if (msg)
59
context.report(node, msg);
60
});
0 commit comments