We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is no way to ensure everyone will commit the same code style.
We should use Angular Prettier schematic to help us handle this issue.
This tool will install prettier and husky to reformat the code before commit.
more detail is in this post https://medium.com/@victormejia/setting-up-prettier-in-an-angular-cli-project-2f50c3b9a537
The text was updated successfully, but these errors were encountered:
feat: Configure pre-commit hooks to handle style #198
88c0492
Merge pull request #199 from maxisam/chore/handle-formating
c09c7c1
Chore/handle formating #198
maxisam
No branches or pull requests
Currently there is no way to ensure everyone will commit the same code style.
We should use Angular Prettier schematic to help us handle this issue.
This tool will install prettier and husky to reformat the code before commit.
more detail is in this post https://medium.com/@victormejia/setting-up-prettier-in-an-angular-cli-project-2f50c3b9a537
The text was updated successfully, but these errors were encountered: