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

chore: prettier everything! #4114

Merged
merged 4 commits into from Mar 28, 2024
Merged

chore: prettier everything! #4114

merged 4 commits into from Mar 28, 2024

Conversation

wjhsf
Copy link
Contributor

@wjhsf wjhsf commented Mar 28, 2024

Details

Prettier is configured for the entire repo, but the package scripts and prettier ignores are scoped only to the packages and scripts directories. That's a nuisance when editing files outside those directories (for example, in playground), because my IDE applies formatting and I'm left with more changes than I actually changed.

This PR adjusts our prettier configuration so that everything* gets formatted, so that my diffs are actually just my diffs.

* Excluding HTML because we have cases where we intentionally test not-pretty markup.

Does this pull request introduce a breaking change?

  • 😮‍💨 No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • 🤞 No, it does not introduce an observable change.

GUS work item

@wjhsf wjhsf requested a review from a team as a code owner March 28, 2024 18:57
@wjhsf wjhsf merged commit a45afdc into master Mar 28, 2024
9 checks passed
@wjhsf wjhsf deleted the wjh/prettier-everything branch March 28, 2024 19:15
@ekashida
Copy link
Member

Awesome!

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

3 participants