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: add remark-lint configuration in .remarkrc #7729

Merged
merged 2 commits into from
Aug 7, 2016

Commits on Aug 7, 2016

  1. tools: add remark-lint configuration in .remarkrc

    Specifies the configuration for remark-lint, a markdown linter.
    
    This configuration does not cause any warnings on any of the currently
    present *.md files (ignoring thirdparty).
    
    It is useful not only for possible future tooling that would check the
    markdown files syntax, but also as a configuration for editor plugins,
    e.g. linter-markdown for atom-linter.
    
    Refs: nodejs#7637
    Refs: nodejs#7727
    Refs: nodejs#7757
    PR-URL: nodejs#7729
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
    ChALkeR committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    d997448 View commit details
    Browse the repository at this point in the history
  2. doc: fix a markdown error in CTC meeting minutes

    This fixes a markdown formatting error in 2016-07-13 CTC meeting
    minutes, __proto__ was rendered incorrectly.
    
    This was found by remark-lint.
    
    PR-URL: nodejs#7729
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
    ChALkeR committed Aug 7, 2016
    Configuration menu
    Copy the full SHA
    4c86fa3 View commit details
    Browse the repository at this point in the history