Skip to content

Commit 70901b2

Browse files
danbevMylesBorins
authored andcommitted
tools: remove comment in eslint rule
I noticed this comment while working on a different task and could not find any reason for it being there. Just bringing this up in case it was overlooked. PR-URL: #13945 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7648cca commit 70901b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/eslint-rules/align-multiline-assignment.js

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function testAssignment(context, node) {
5454
function testDeclaration(context, node) {
5555
node.declarations.forEach((declaration) => {
5656
const msg = checkExpressionAlignment(declaration.init);
57-
// const start = declaration.init.loc.start;
5857
if (msg)
5958
context.report(node, msg);
6059
});

0 commit comments

Comments
 (0)