Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lonyele committed Dec 20, 2021
1 parent c732d95 commit 10922cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-plugin/src/util/explicitReturnTypeUtils.ts
Expand Up @@ -314,7 +314,6 @@ function ancestorHasReturnType(node: FunctionNode): boolean {
if (ancestor.returnType) {
return true;
}
// assume
break;

// const x: Foo = () => {};
Expand Down

0 comments on commit 10922cd

Please sign in to comment.