• 
      

    Switch all JavaScript code to use single quotes instead of double.

    Review Request #12768 — Created Jan. 6, 2023 and submitted — Latest diff uploaded

    Information

    Djblets
    release-4.x

    Reviewers

    We had some very old JavaScript that was still using double quotes
    instead of single. This change simply goes through and converts these to
    standardize on single, satisfying ESLint.

    Verified ESLint was no longer complaining about any relevant double quotes.

    Commits

    Files