• 
      

    Add missing trailing commas in ES6 JavaScript files.

    Review Request #12766 — Created Jan. 6, 2023 and submitted

    Information

    Djblets
    release-4.x

    Reviewers

    We like to aim for trailing commas in code when possible, and tend to
    write new code this way. However, we've have had a lot of legacy
    JavaScript code (which wasn't comma-safe) that was ported to ES6, but
    still lacked commas.

    This change updates all ES6 code to use trailing commas.

    This helps satisfy ESLint.

    Verified that ESLint no longer had complaints about trailing commas.

    Summary ID
    Add missing trailing commas in ES6 JavaScript files.
    We like to aim for trailing commas in code when possible, and tend to write new code this way. However, we've have had a lot of legacy JavaScript code (which wasn't comma-safe) that was ported to ES6, but still lacked commas. This change updates all ES6 code to use trailing commas. This helps satisfy ESLint.
    4b6ff5021e1ef546464454595e3102851a0c7179
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-4.x (99a003d)