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(general): added linting/formatting configurations #5

Merged
merged 2 commits into from
May 6, 2024

Conversation

andreszorro
Copy link
Collaborator

Added:

  • Commitlint
  • Commitizen
  • Biome
    • Configured formatter to match current code style
    • Configured linter to match general recommendations
  • Lint-Staged: Checks staged files only
  • Husky
    • Hook for pre-commit (lint-staged)
    • Hook for commit-msg and prepare-commit-msg (to use commitizen)

Git commits will be linted based on conventional-commits standard. You can either write them manually using git commit -m (as usual) or using git commit (which will prompt commitizen CLI)

@jemc jemc merged commit 6788842 into main May 6, 2024
1 check passed
@jemc jemc deleted the feature/lint-format branch May 6, 2024 16:31
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.

2 participants