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

Upgrade prettier. #167

Merged
merged 2 commits into from
Jul 14, 2023
Merged

Upgrade prettier. #167

merged 2 commits into from
Jul 14, 2023

Conversation

dessalines
Copy link
Member

No description provided.

@@ -1250,7 +1250,7 @@ export class LemmyHttp {
return this.#wrapper<GetFederatedInstances, GetFederatedInstancesResponse>(
HttpType.Get,
"/federated_instances",
form
form,
Copy link
Member

Choose a reason for hiding this comment

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

If we weren't enforcing trailing commas before, we might as well override that rule in the prettierrc.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'd much rather use default prettier settings, rather than do overrides. Trailing commas got added in newer versions of prettier, so let's stick to that.

@SleeplessOne1917 SleeplessOne1917 merged commit 2b757d3 into main Jul 14, 2023
@SleeplessOne1917 SleeplessOne1917 deleted the update_prettier_3_0_0 branch February 26, 2024 21:26
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