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

Migrate prettier cli options to .prettierrc.json #446

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

dyoshikawa
Copy link
Contributor

In this project, the Prettier formatter is being applied, but the formatting with Prettier on the vscode editor does not yield the intended results. This is due to settings being specified as options that are only effective during command execution.

Therefore, by describing the settings in .prettierrc.json, we have made it possible to apply the settings both during command execution and when using editors like vscode.

@tokuhirom tokuhirom deleted the branch line:master September 22, 2023 04:21
@tokuhirom tokuhirom closed this Sep 22, 2023
@tokuhirom tokuhirom reopened this Sep 22, 2023
@tokuhirom tokuhirom changed the base branch from next to master September 22, 2023 04:28
@tokuhirom tokuhirom merged commit 49051b1 into line:master Sep 25, 2023
2 checks passed
@dyoshikawa dyoshikawa deleted the feat-prettierrc branch September 25, 2023 09:06
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