Standards need to be implemented for how code is written in your site, if anyone want to contribute to this repository they would have to follow standards. When commit messages that don't have standards, it's hard to remeber what is done and it makes code reviews easier.
Goals
Impose standards for the entire code base
Conventional commits
Each commit must deploy.
Solution
Use Husky for pre commit hooks.
Commitizen for conventional commits
Antfu for linting.
Problem Statement
Standards need to be implemented for how code is written in your site, if anyone want to contribute to this repository they would have to follow standards. When commit messages that don't have standards, it's hard to remeber what is done and it makes code reviews easier.
Goals
Solution Use Husky for pre commit hooks. Commitizen for conventional commits Antfu for linting.