Skip to content

refactor: apply lint formatting to git through pg commands#3666

Merged
eablack merged 2 commits intomainfrom
eb/lint-fixes-batch-3
Apr 15, 2026
Merged

refactor: apply lint formatting to git through pg commands#3666
eablack merged 2 commits intomainfrom
eb/lint-fixes-batch-3

Conversation

@eablack
Copy link
Copy Markdown
Contributor

@eablack eablack commented Apr 14, 2026

Summary

This PR applies automated lint formatting to command files in preparation for migration to ESLint 9. Changes include import ordering, class property ordering, object property ordering, and whitespace cleanup.

Affected command groups: git, keys, labs, local, logs, maintenance, mcp, members, notifications, orgs, data, pg.

Type of Change

Breaking Changes (major semver update)

  • Add a ! after your change type to denote a change that breaks current behavior

Feature Additions (minor semver update)

  • feat: Introduces a new feature to the codebase

Patch Updates (patch semver update)

  • fix: Bug fix
  • deps: Dependency upgrade
  • revert: Revert a previous commit
  • chore: Change that does not affect production code
  • refactor: Refactoring existing code without changing behavior
  • test: Add/update/remove tests

Testing

Notes:
These are purely formatting changes with no behavioral modifications. Part of a series of PRs to break up linting changes in preparation for ESLint 9 migration.

Steps:

  1. Passing CI suffices.

Related Issues

Part of a series of PRs to reduce what is implemented in #3661

@eablack eablack requested a review from a team as a code owner April 14, 2026 21:55
@eablack eablack temporarily deployed to AcceptanceTests April 14, 2026 21:55 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 14, 2026 21:55 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 14, 2026 21:55 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 14, 2026 21:55 — with GitHub Actions Inactive
Copy link
Copy Markdown
Contributor

@michaelmalave michaelmalave left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The eslint comments look reasonable. Just added one comment but other than that LGTM!

Comment thread src/commands/members/add.ts
Applies automated lint formatting to command files in preparation for
migration to eslint 9. Changes include import ordering, class property
ordering, object property ordering, and whitespace cleanup.

Affected command groups: git, keys, labs, local, logs, maintenance, mcp,
members, notifications, orgs, data, pg.
@eablack eablack force-pushed the eb/lint-fixes-batch-3 branch from f2cde0e to 03a3cbd Compare April 15, 2026 20:35
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:35 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:35 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:35 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:35 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:41 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:41 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:41 — with GitHub Actions Inactive
@eablack eablack temporarily deployed to AcceptanceTests April 15, 2026 20:41 — with GitHub Actions Inactive
@eablack eablack merged commit fd4c8c0 into main Apr 15, 2026
17 checks passed
@eablack eablack deleted the eb/lint-fixes-batch-3 branch April 15, 2026 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants