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 markdownlint script to lint docs markup #19855

Merged
merged 10 commits into from
Jan 30, 2020
Merged

Commits on Jan 29, 2020

  1. Add markdownlint script to lint docs markup

    Adds a new script `lint-md-docs` that runs markdownlint to lint markdown
    files for proper syntax. A default `.markdownlint.json` config is
    included, it will require some testing to tune.
    
    Fixes #12426
    mkaz committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    36fd62b View commit details
    Browse the repository at this point in the history
  2. Clarify naming of lint-md scripts js and docs

    - Updates lint-md scripts to lint-md-js for linting source included in the document and lint-md-docs for
    linting the markup of the document itself.
    
    - Update scripts changelog
    - Update readme with commands
    mkaz committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    115a576 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
    mkaz and gziolo committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    abd2955 View commit details
    Browse the repository at this point in the history
  4. Fix URL for markdownlint CLI

    mkaz committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    6975709 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    120ca16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f760e46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    299faf8 View commit details
    Browse the repository at this point in the history
  8. Local changes applied to package-lock.json

    gziolo authored and mkaz committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    64921bd View commit details
    Browse the repository at this point in the history
  9. Update packages/scripts/README.md

    Co-Authored-By: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
    mkaz and gziolo committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    07d1ea3 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Thanks for the review and updates 👍
    
    Co-Authored-By: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
    mkaz and gziolo committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    75723ba View commit details
    Browse the repository at this point in the history