Skip to content

chore(common): fix pre-existing lint errors#14406

Merged
dylanjeffers merged 1 commit into
mainfrom
chore/fix-common-lint-debt
May 26, 2026
Merged

chore(common): fix pre-existing lint errors#14406
dylanjeffers merged 1 commit into
mainfrom
chore/fix-common-lint-debt

Conversation

@dylanjeffers
Copy link
Copy Markdown
Contributor

Summary

  • Auto-fixed 3 pre-existing lint errors in @audius/common that fail the root-level npm run verify even on main.
  • useDeleteDeveloperApp.tsimport/order (missing blank line between import groups).
  • authService.tsprettier/prettier (collapsed multi-line function signature).

Web CI scopes its lint job to packages/web, so these didn't surface in PR checks. Pure formatting — no behavior change.

Test plan

  • cd packages/common && npm run lint — clean.
  • git diff shows only whitespace/formatting.

These two files were tripping the root-level npm run verify (eslint
import/order and prettier/prettier rules) even on main. Web CI scopes
its lint job to packages/web so it didn't surface them. Pure
formatting — no behavior change.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 26, 2026

⚠️ No Changeset found

Latest commit: c8d7ff8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

🌐 Web preview ready

Preview URL: https://audius-web-preview-pr-14406.audius.workers.dev

Unique preview for this PR (deployed from this branch).
Workflow run

@dylanjeffers dylanjeffers merged commit cdb0000 into main May 26, 2026
13 checks passed
@dylanjeffers dylanjeffers deleted the chore/fix-common-lint-debt branch May 26, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant