Skip to content

chore/add prettier#33

Open
boredmage wants to merge 2 commits intooutray-tunnel:mainfrom
boredmage:chore/add-prettier
Open

chore/add prettier#33
boredmage wants to merge 2 commits intooutray-tunnel:mainfrom
boredmage:chore/add-prettier

Conversation

@boredmage
Copy link

Summary

This PR introduces Prettier formatting and enforces it via a Husky pre-commit hook, then formats the existing codebase to match the new style rules.

  • Added Prettier config (.prettierrc) and ignore rules (.prettierignore)
  • Added husky pre-commit hook to format staged files
  • Formatted the repo with Prettier to ensure consistent styling across CLI, tunnel, and web apps

Notes

  • This PR is format-only after introducing the tooling; changes should be non-functional.

Test plan

  • Confirm pre-commit hook runs and formats staged files

- Introduce .prettierrc file to enforce consistent code formatting rules
- Create .prettierignore file to specify files and directories to be ignored by Prettier
- Update package.json to include formatting scripts and Husky for pre-commit hooks
- Implement pre-commit hook to automatically format staged files with Prettier before committing
- Apply consistent formatting across multiple files, including spacing and indentation adjustments
@vercel
Copy link

vercel bot commented Jan 15, 2026

@boredmage is attempting to deploy a commit to the Akinkunmi Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant