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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use our prettier config on the packages/mermaid/src/config.type.ts file #4715

Commits on Aug 9, 2023

  1. build(types): use prettier conf on config.types.ts

    Currently, the `packages/mermaid/src/config.type.ts` types file
    (auto-generated via `pnpm run --filter mermaid types:build-config`)
    uses the default prettier config.
    
    Instead, we should use the prettier config in the Mermaid repo, as it's
    slightly different from the default prettier config.
    aloisklink committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7742a6c View commit details
    Browse the repository at this point in the history
  2. style: format packages/mermaid/src/config.type.ts

    Run `pnpm run --filter mermaid types:build-config` to format
    the `packages/mermaid/src/config.type.ts` file with the new prettier
    config.
    aloisklink committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0b9f6d1 View commit details
    Browse the repository at this point in the history