Fix up a number of remaining JavaScript lint issues.

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

Information

Djblets
release-4.x

Reviewers

This goes through and fixes up the remaining complaints from ESLint.
Most fit into the following categories:

  • Missing or unused variable declarations.
  • Missing blank lines around blocks, before return/break, or before
    expect() for Jasmine.
  • Spacing/indentation/alignment issues.
  • Missing semicolons.
  • Complex one-liners.
  • switch formatting and now-required fall-through comments.

Verified ESLint was happy with the final results.

Summary ID
Fix up a number of remaining JavaScript lint issues.
This goes through and fixes up the remaining complaints from ESLint. Most fit into the following categories: * Missing or unused variable declarations. * Missing blank lines around blocks, before `return`/`break`, or before `expect()` for Jasmine. * Spacing/indentation/alignment issues. * Missing semicolons. * Complex one-liners. * `switch` formatting and now-required fall-through comments.
56c894959d719e435c0c7dde98c45b672d2cc363
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (1b05a84)
Loading...