-
Notifications
You must be signed in to change notification settings - Fork 114
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
Prettier setup #1084
Prettier setup #1084
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! LGTM
@JGreenlee @jiji14 this is cool, but we need to figure out the timing. Once I push the onboarding branch to production, I will attempt to merge it into the current master, at which point, we will have hundreds of merge conflicts. I am tempted to wait until I have merged onboarding, and have you re-run prettier. |
Sounds good to me! Once the merge is completed, I will rerun Prettier and then post the PR again. |
@jiji14 merge is now complete! However, the
When we next pull from |
This PR follows #1068.
To review all the discussions regarding the formatting, please refer to the previous PR.
I created a new PR to maintain a clean and readable branch.
Related Issue
For considerations regarding Prettier, please refer to the following GitHub issue: Prettier Issue #1014.
Configuration Options
Our team has carefully chosen these configuration options, which are based on discussions.
To explore more details, please visit the Prettier documentation on options.
How to Run Prettier
You can format your code using Prettier by running the following command:
Auto-Saving
If you wish to enable auto-saving locally, please follow these steps:
Prettier - Code formatter
VSCode extension.The next PR will set up GitHub Actions for Prettier.