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

tools,test: apply consistent comma-dangle lint rule #37930

Merged
merged 2 commits into from
Apr 2, 2021

Commits on Apr 2, 2021

  1. test: prepare for consistent comma-dangle lint rule

    Make changes so that tests will pass when the comma-dangle settings
    applied to the rest of the code base are also applied to tests.
    
    PR-URL: nodejs#37930
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Trott committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    330f25e View commit details
    Browse the repository at this point in the history
  2. tools: apply consistent comma-dangle lint rule

    Use comma-dangle settings from the rest of the code base on tests as
    well.
    
    PR-URL: nodejs#37930
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is>
    Trott committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    e67fb56 View commit details
    Browse the repository at this point in the history