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

Setup Prettier #93

Closed
3 tasks
jtfairbank opened this issue Aug 15, 2024 · 0 comments · Fixed by #113
Closed
3 tasks

Setup Prettier #93

jtfairbank opened this issue Aug 15, 2024 · 0 comments · Fixed by #113
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@jtfairbank
Copy link
Contributor

jtfairbank commented Aug 15, 2024

Prettier is a code styling tool to help provide a consistent code style throughout our codebases.

The backend project already has this setup in this Pull Request to see how they did it. Pay attention to the scripts that are setup and packages that are installed in package.json, as well as the configuration in .prettierrc and the ignore file .prettierignore which you'll want to customize for the Frontend project.

  • Setup Prettier
  • Add package.json commands to run it.
  • Document the commands in the readme.md file.
@jtfairbank jtfairbank added enhancement New feature or request good first issue Good for newcomers labels Aug 15, 2024
@github-project-automation github-project-automation bot moved this to Triage in DA Tech Aug 15, 2024
@jtfairbank jtfairbank moved this from Triage to Ready for Work in DA Tech Aug 15, 2024
@MatrixFrog MatrixFrog moved this from Ready for Work to In Progress in DA Tech Aug 17, 2024
@MatrixFrog MatrixFrog self-assigned this Aug 17, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Completed in DA Tech Aug 25, 2024
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
Status: Completed
Development

Successfully merging a pull request may close this issue.

2 participants