Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(eslint-plugin): [explicit-module-boundary-types] don't check returned functions if parent function has return type #2084

Merged

Commits on May 28, 2020

  1. fix(eslint-plugin): explicit-module-boundary-types

    Was complaining about inner function expressions.
    
    Fixes typescript-eslint#1845
    ifiokjr committed May 28, 2020
    Copy the full SHA
    1accd81 View commit details
    Browse the repository at this point in the history
  2. fix(eslint-plugin): explicit-module-boundary-types

    Exit early when the type of the ancestor of the node being checked is
    not a return statement.
    ifiokjr committed May 28, 2020
    Copy the full SHA
    4560790 View commit details
    Browse the repository at this point in the history
  3. test(eslint-plugin): explicit-module-boundary-types

    Ignore final return code path
    ifiokjr committed May 28, 2020
    Copy the full SHA
    9f8d026 View commit details
    Browse the repository at this point in the history