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 configuration #8666

Merged
merged 1 commit into from
Sep 21, 2016
Merged

Commits on Sep 21, 2016

  1. tools: update remark configuration

    Specify the plugin name as 'remark-lint/', as new remark-cli refused to
    find it when cwd is different from the directory where node_modules are
    put. Trailing slash fixes this, as the plugin name gets treated as a
    path, so `require` works on it.
    
    Explicitly specify the list of rules we want to enable, as the new
    remark-lint is opt-in and doesn't come with any rules by default.
    
    Reorder the rules alphabetically.
    
    PR-URL: nodejs#8666
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    ChALkeR committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    7b7d50a View commit details
    Browse the repository at this point in the history