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 for code formatting #7

Merged
merged 6 commits into from
Aug 11, 2023
Merged

Add Prettier for code formatting #7

merged 6 commits into from
Aug 11, 2023

Conversation

IanVS
Copy link
Contributor

@IanVS IanVS commented Aug 11, 2023

This adds Prettier to keep a consistent code style, and a CI job to enforce it, so that we don't have to worry about unrelated code formatting changes in a subsequent PR after someone merges code that isn't formatted.

I find it's best to add this kind as early as possible, to keep the git blame as clean as possible, (though there are ways to handle that, too, if we needed to).

@IanVS IanVS merged commit 88ac25d into master Aug 11, 2023
1 check passed
@IanVS IanVS deleted the prettier branch August 11, 2023 16:55
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.

None yet

2 participants