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 and prettier pre-commit hook #36

Merged
merged 2 commits into from
Jul 11, 2022
Merged

Add Prettier and prettier pre-commit hook #36

merged 2 commits into from
Jul 11, 2022

Conversation

kendallgassner
Copy link
Collaborator

I wanted to make sure that we had no extra or excess formatting changes on future prs.

  • Prettier will format the files
  • and husky ensures that prettier runs on and changed file right before a developer commits the changes

@kendallgassner kendallgassner requested a review from khiga8 July 11, 2022 22:31
});
},
{ url: [{ hostSuffix: "github.com" }] }
);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nothing changed here just re-formatting

@@ -1,85 +1,103 @@
/* Default. Places heading at end of line */
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nothing changed here just re-formatting

Copy link
Owner

@khiga8 khiga8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yayyy for pretty code! Thank you 🎉

@kendallgassner kendallgassner merged commit 7caba17 into main Jul 11, 2022
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.

2 participants