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

Add lint step to dev and CI #41

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Add lint step to dev and CI #41

merged 2 commits into from
Aug 31, 2023

Commits on Aug 21, 2023

  1. Add lint step to dev and CI

    - Add Yarn v3 (same as module template)
    - Rely on Node 16 (same as module template)
    - Add a private manifest, and add Prettier as a dev dependency
    - Add the same `lint` script from the module template
    - Use the same Prettier config that we use in the module template
    - Run all Markdown files through Prettier, applying any auto-fixes
    - Ensure `main` contains Markdown files that pass lint by configuring
      GitHub Actions to run the `lint` script
    mcmire committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2ee037b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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