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

Investigate static tool prettier #58

Open
wants to merge 2 commits into
base: f24
Choose a base branch
from
Open

Investigate static tool prettier #58

wants to merge 2 commits into from

Conversation

guanjiecheng
Copy link

What
Integrated Prettier to the code base and tested its capabilities to conform to linting guidelines. This helps ensure that all code follow the same styling guidelines which can help improve code maintainability and readability.

Why
To improve the maintainability of the codebase and relieve developers from having to manually fix styling issues themselves.

How
npm install --save-dev prettier
Evidence of change:

"prettier": "^3.3.3",

Testing Result
Screenshot 2024-10-21 at 1 13 09 PM
We see that prettier was automatically able to modify files to conform to style guidelines if changes need to be made.

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.

1 participant