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

docs(snapshot): specify how to disable prettier #11386

Closed
wants to merge 1 commit into from

Commits on May 7, 2021

  1. docs(snapshot): specify how to disable prettier

    jestjs#7792 suggests that Prettier is optional, but I assumed that all I needed to do was remove `prettier` from my dependencies. That still results in Jest trying to require `prettier`, causing Jest to fail. Took awhile to learn I needed to set `prettierPath` to `null` or `''`, so I added this to the docs.
    connorjclark committed May 7, 2021
    Configuration menu
    Copy the full SHA
    ca3f616 View commit details
    Browse the repository at this point in the history