219 enforce formatting using prettier and husky - #220
Merged
willbreitkreutz merged 4 commits intoAug 18, 2025
Conversation
|
Please set a versioning label of either |
jbkolze
marked this pull request as draft
August 4, 2025 17:58
Contributor
Author
|
Whoops, just found a bug with some uncommitted files... Need to track it down before it works. |
All staged files will be auto-formatted using the repo's prettier config file as part of the commit process. package.json is reformatted as a result of this commit -- other files are unmodified.
jbkolze
force-pushed
the
219-enforce-formatting-using-prettier-and-husky
branch
from
August 4, 2025 18:06
56c6b23 to
73e5e1f
Compare
jbkolze
marked this pull request as ready for review
August 4, 2025 18:06
Contributor
Author
|
Should be working now. |
File is included with husky installation in npm prepare script
willbreitkreutz
approved these changes
Aug 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auto-formats staged files using included prettier config upon commit.
Recommend creating another PR applying the formatting to all repo files soon after this is merged to avoid messy diffs in future PRs.