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

tools: update remark-preset-lint-node to 1.10.1 #29982

Merged
merged 2 commits into from Oct 15, 2019

Commits on Oct 15, 2019

  1. doc: update vm.md for link linting

    Update vm.md for link linting rules that are about to be applied. Define
    an undefined link reference. Escape non-link text that uses `[` and `]`.
    
    PR-URL: nodejs#29982
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott committed Oct 15, 2019
    Copy the full SHA
    c4de76f View commit details
    Browse the repository at this point in the history
  2. tools: update remark-preset-lint-node to 1.10.1

    This includes better link linting, improved prohibited string linting,
    and a more maintainable code base by using remark-preset-int-recommended
    (thanks nschonni!).
    
    Update other dependencies while at it.
    
    PR-URL: nodejs#29982
    Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Richard Lau <riclau@uk.ibm.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Trott committed Oct 15, 2019
    Copy the full SHA
    90b5f1b View commit details
    Browse the repository at this point in the history