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 Prettier as Static Analysis Tool #88

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

Conversation

guanjiecheng
Copy link

What
Added Prettier to the project to ensure that code is formatted the same way. This saves time from fixing ESLint errors as we no longer have to manually go in and make the style changes ourselves. Also, it ensures that the code is easy to read and maintain, which can help save time understanding the code and finding errors.

Why
Investigating Static analysis tools for Tools Checkpoint

How
NPM installed prettier. https://github.com/CMU-313/nodebb-f24-the-turtles/blob/f391b0e24df422e4993e4cbe698a34e3f13c6864/package.json#L124

Testing
Portion of files formatted by Prettier or unformatted if it complies with all styling rules.
Screenshot 2024-10-21 at 1 13 09 PM

@guanjiecheng guanjiecheng changed the title Tools/prettier Investigate Prettier as Static Analysis Tool Oct 21, 2024
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.

3 participants