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

Add prettier to the project #19

Open
tigerabrodi opened this issue May 11, 2024 · 2 comments
Open

Add prettier to the project #19

tigerabrodi opened this issue May 11, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tigerabrodi
Copy link

tigerabrodi commented May 11, 2024

This issue aims to integrate Prettier into the project to ensure consistent code formatting across files. Prettier is a widely-used code formatter that automatically formats code according to predefined rules, enhancing code readability and maintainability.

Tasks:

  • Install Prettier as a development dependency.
  • Configure Prettier to adhere to project-specific formatting rules.
  • Set up pre-commit hooks to automatically format code using Prettier.
  • Update CONTRIBUTING.md to include Prettier usage guidelines for contributors.
@ArvindParekh ArvindParekh added good first issue Good for newcomers enhancement New feature or request labels May 11, 2024
@ArvindParekh
Copy link
Owner

Thanks for raising, Tiger 👍🏻

@abeltavares
Copy link
Contributor

This issue aims to integrate Prettier into the project to ensure consistent code formatting across files. Prettier is a widely-used code formatter that automatically formats code according to predefined rules, enhancing code readability and maintainability.

Tasks:

  • Install Prettier as a development dependency.
  • Configure Prettier to adhere to project-specific formatting rules.
  • Set up pre-commit hooks to automatically format code using Prettier.
  • Update CONTRIBUTING.md to include Prettier usage guidelines for contributors.
  • Update PULL_REQUEST_TEMPLATE.md to include coding style in PR template:
    [ ] My changes follow the coding style of the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants