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

chore: setup Biome in the entire monorepo #128

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

derianrddev
Copy link
Contributor

📝 Setup Biome in the Entire Monorepo

🛠️ Issue

📖 Description

  • This PR adds Biome as the default linter and formatter for the entire monorepo, ensuring consistent code style across all applications.

✅ Changes made

  • Moves Biome configuration (biome.json) to the monorepo root.
  • Configures Husky to run Biome before commits and pushes.
  • Removes ESLint and Prettier in apps where they were still in use.
  • Ensures both frontend and backend follow unified linting and formatting rules.

🖼️ Media (screenshots/videos)

📜 Additional Notes

@derianrddev derianrddev added the enhancement New feature or request label Feb 7, 2025
@derianrddev derianrddev self-assigned this Feb 7, 2025
@derianrddev derianrddev requested a review from danielcdz February 7, 2025 20:24
@danielcdz danielcdz merged commit c98ec94 into KaizeNodeLabs:main Feb 7, 2025
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CHORE]: Setup Biome in the Entire Monorepo
2 participants