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

Change pnpm formatting to match pnpm native style #14

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

andrewiggins
Copy link
Member

Currently, every time pnpm writes the lock file, it uses single quotes, but prettier is currently configured for double quotes. This PR changes the configuration so that for the pnpm lock file, prettier uses single quotes so that it and pnpm are no longer fighting over formatting. lol.

Currently, every time pnpm writes the lock file, it uses single quotes, but prettier is currently configured for double quotes. This PR changes the configuration so that for the pnpm lock file, prettier uses single quotes so that it and pnpm are no longer fighting over formatting. lol.
Copy link
Member

@marvinhagemeister marvinhagemeister left a comment

Choose a reason for hiding this comment

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

TIL, about prettier overrides.

@andrewiggins andrewiggins merged commit a658ee5 into main Mar 6, 2024
1 check passed
@andrewiggins andrewiggins deleted the pnpm-formatting branch March 6, 2024 22:33
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