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

fix: prettierrc misnamed and misconfigured #8

Merged
merged 1 commit into from
Sep 24, 2020

Conversation

agriffis
Copy link
Contributor

The prettierrc was misnamed, so prettier couldn't find it. Also, the
options were set differently from the apparent preferences in the code.
With these changes, the following does not modify code:

find src -name \*.ts -print0 | xargs -0 npx prettier -w

The prettierrc was misnamed, so prettier couldn't find it. Also, the
options were set differently from the apparent preferences in the code.
With these changes, the following does not modify code:

    find src -name \*.ts -print0 | xargs -0 npx prettier -w
@agriffis
Copy link
Contributor Author

I don't think the CI build failures are related to this PR

@tapico-weyert
Copy link
Collaborator

Thank you very much for your pull request :)
Greatly appreciated :))

@tapico-weyert tapico-weyert merged commit e9f672e into Tapico:main Sep 24, 2020
@tapico-weyert
Copy link
Collaborator

@agriffis Yes, I will have a closer look at the CI build failure today or tomorrow, got some other things to finish first at work

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