Skip to content

Commit

Permalink
tools: remove comment in eslint rule
Browse files Browse the repository at this point in the history
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 <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and MylesBorins committed Aug 16, 2017
1 parent 7648cca commit 70901b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/eslint-rules/align-multiline-assignment.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function testAssignment(context, node) {
function testDeclaration(context, node) {
node.declarations.forEach((declaration) => {
const msg = checkExpressionAlignment(declaration.init);
// const start = declaration.init.loc.start;
if (msg)
context.report(node, msg);
});
Expand Down

0 comments on commit 70901b2

Please sign in to comment.