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

Update to Prettier 3 #909

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 7, 2024

  1. Update to Prettier 3

    - Prettier 3 is async, so related functions were made async.
    - Code was reformatted using Prettier.
    - Prettier now ships their own types, so `@types/prettier` was removed.
    - Prettier was moved to `dependencies`. `optionalDependencies` is for
      dependencies that have a `install` script that may fail. This isn’t
      the case for Prettier.
    - `eslint-config-prettier` was updated as well.
    - `eslint-plugin-prettier` was updated as well.
    remcohaszing committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    678e80a View commit details
    Browse the repository at this point in the history