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

querystring: remove eslint-disable #24995

Merged
merged 2 commits into from
Dec 14, 2018
Merged

querystring: remove eslint-disable #24995

merged 2 commits into from
Dec 14, 2018

Commits on Dec 14, 2018

  1. querystring: remove eslint-disable

    Remove the eslint-disable comments by using a strict comparison
    instead of a Boolean cast.
    
    PR-URL: nodejs#24995
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    cjihrig committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    034ec64 View commit details
    Browse the repository at this point in the history
  2. url: remove an eslint-disable comment

    Remove an eslint-disable comment by using a strict comparison
    instead of a Boolean cast.
    
    PR-URL: nodejs#24995
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
    cjihrig committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    8ac6c05 View commit details
    Browse the repository at this point in the history