Skip to content

chore: fix lint issues in public.ts route file (#173)#447

Open
rajesh-puripanda wants to merge 1 commit into
Dev-Card:mainfrom
rajesh-puripanda:chore/173-lint-cleanup-public-ts
Open

chore: fix lint issues in public.ts route file (#173)#447
rajesh-puripanda wants to merge 1 commit into
Dev-Card:mainfrom
rajesh-puripanda:chore/173-lint-cleanup-public-ts

Conversation

@rajesh-puripanda
Copy link
Copy Markdown

Closes #173

Cleans up lint violations in \�pps/backend/src/routes/public.ts:

  • Reordered imports according to \import-x/order\ (sibling imports then type imports, each group separated by blank line)
  • Added explicit \Promise\ return type to \publicRoutes\ function
  • Removed extra blank lines after imports

Verification:
\
pnpm --filter backend lint
\
→ No errors or warnings for \public.ts.

@Dev-Card/maintainers

- Reorder imports according to import-x/order (sibling then type groups)
- Add explicit Promise<void> return type to publicRoutes function
- Remove extra blank lines after imports
@Harxhit Harxhit added the gssoc:approved Required label for every approved PR. Gives the base +50 points and enables contribution tracking. label Jun 1, 2026
@Harxhit
Copy link
Copy Markdown
Collaborator

Harxhit commented Jun 2, 2026

Could you please add unit tests , lint and type check terminals proofs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved Required label for every approved PR. Gives the base +50 points and enables contribution tracking.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Backend] Lint Cleanup for public.ts Route File

2 participants