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(deep-object-assign): remove and prohibit console.log() #446

Merged
merged 1 commit into from
Jul 18, 2020

Commits on Jul 18, 2020

  1. fix(deep-object-assign): prohibit console.log

    I personally use `console.log()` only for debugging purposes and that's
    what it was used for in this case. However somehow it got released
    though and pollutes the console in production.
    
    This removes it from `deepObjectAssign()` and adds an ESLint rule to
    prevent this from happening again.
    Thomaash committed Jul 18, 2020
    Configuration menu
    Copy the full SHA
    5ecdc5e View commit details
    Browse the repository at this point in the history