Skip to content

Commit 90badae

Browse files
committed
Remove TODO
1 parent b39be75 commit 90badae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/eslint/rules/argument-trivia.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ module.exports = createRule({
147147
}
148148
}
149149

150-
// TODO(jakebailey): check last.value[0] === "*" and error/quickfix
151-
152150
const hasNewLine = sourceCodeText.slice(commentRangeEnd, argRangeStart).indexOf("\n") >= 0;
153151
if (argRangeStart !== commentRangeEnd + 1 && !hasNewLine) {
154152
// TODO(jakebailey): range should be whitespace

0 commit comments

Comments
 (0)