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

doc, tools: use eslint-plugin-markdown #12563

Closed
wants to merge 4 commits into from
Closed

doc, tools: use eslint-plugin-markdown #12563

wants to merge 4 commits into from

Commits on Apr 24, 2017

  1. doc: prepare js code for eslint-plugin-markdown

    This is an initial step to eliminate most of parsing errors.
    
    Refs: #12557 (comment)
    vsemozhetbyt committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    f9390ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f68a049 View commit details
    Browse the repository at this point in the history
  3. doc: add eslint-plugin-markdown

    * install eslint-plugin-markdown
    * add doc/.eslintrc.yaml
    * add `<!-- eslint-disable rule -->` or `<!-- eslint-disable -->`
      for the rest problematic code
    * .js files in doc folder added to .eslintignore
    * update Makefile and vcbuild.bat
    vsemozhetbyt committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    1f30dca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aad1ad4 View commit details
    Browse the repository at this point in the history