Skip to content

Commit

Permalink
test(eslint-plugin): explicit-module-boundary-types
Browse files Browse the repository at this point in the history
Ignore final return code path
  • Loading branch information
ifiokjr committed May 28, 2020
1 parent 4560790 commit 9f8d026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/util/explicitReturnTypeUtils.ts
Expand Up @@ -390,6 +390,7 @@ function ancestorHasReturnType(
ancestor = ancestor.parent;
}

/* istanbul ignore next */
return false;
}

Expand Down

0 comments on commit 9f8d026

Please sign in to comment.