Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: configure Husky and biomejs for automated code formatting #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amirabbas-gh
Copy link
Collaborator

📚 Description

This PR configures Husky and biomejs to automate code formatting in the repository. Husky ensures that biomjs run before each commit, helping maintain code quality and consistency across the project.

Key changes include:

  • Setting up Husky hooks to run biomejs on staged files.
  • Installing biomejs and integrating it for additional code formatting.

🧪 Test Plan

  1. Make changes to any file in the repository.
  2. Stage the changes with git add ..
  3. Commit the changes with git commit -m 'test commit'.
  4. Verify that biomejs automatically format the staged files.

@amirabbas-gh amirabbas-gh changed the title feat: config husky and biome js for repo feat: configure Husky and biomejs for automated code formatting Jan 31, 2025
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