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

refactor: update prettier and doctoc #5605

Merged
merged 12 commits into from
Oct 13, 2022
Merged

refactor: update prettier and doctoc #5605

merged 12 commits into from
Oct 13, 2022

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    f18a86d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dade3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4827f81 View commit details
    Browse the repository at this point in the history
  4. refactor: separate prettier, doctoc

    This does a couple things:
    - update `.prettierignore`
    - split `prettier` and `doctoc` commands. you can still run with `yarn
      fmt`
    - delete `fmt.sh` and add `doctoc.sh`
    
    By doing so, we can run tasks in parallel in CI and we should also have
    less false positives than before with `yarn fmt` locally.
    jsjoeio committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    9825c13 View commit details
    Browse the repository at this point in the history
  5. refactor: update prettier job, add doctoc

    This modifies the prettier job to use actionsx/prettier. It also adds a
    job for `doctoc`.
    jsjoeio committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    d8c6c01 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    c8bbb65 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    9e14d07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97f1399 View commit details
    Browse the repository at this point in the history
  3. chore: pin doctoc to 2.0.0

    jsjoeio committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    fd4f413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb0ea3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73328a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    d00d3ea View commit details
    Browse the repository at this point in the history