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

Update: array-callback-return checks Array.forEach (fixes #12551) #12646

Merged
merged 1 commit into from Feb 4, 2020

Commits on Feb 2, 2020

  1. Update: array-callback-return checks Array.forEach (fixes eslint#12551)

    array-callback-return rule now checks if Array.forEach returns a value, and, if it does, reports an error.
    This feature is being added disabled by default, and can be enabled by setting the option "checkForEach" to true.
    
    Signed-off-by: Gabriel R Sezefredo <g@briel.dev>
    gabrieldrs committed Feb 2, 2020
    Copy the full SHA
    b6adcae View commit details
    Browse the repository at this point in the history