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: re-implement lint-md without unified-args #40180

Closed
wants to merge 1 commit into from

Commits on Sep 23, 2021

  1. tools: re-implement lint-md without unified-args

    `unified-args` ignores settings in the preset, expecting them to be in
    remarkrc files or passed on the command line instead. Realizing that
    we always send the same configuration options via the command-line
    anyway, this removes `unified-args`. This means the preset settings are
    now respected and it removes nearly 30000 lines of code in the resulting
    rollup file.
    
    I wasn't sure I was going to want to keep rollup so I started
    re-implementing this without it, but ended up putting a minimal rollup
    back as it still saves about 90000 lines of code vs. checking in
    `node_modules`.
    Trott committed Sep 23, 2021
    Copy the full SHA
    4bbb621 View commit details
    Browse the repository at this point in the history