-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix markdown linting #39832
tools: fix markdown linting #39832
Conversation
This updates remark-preset-lint-node to 3.0.1, which actually works unlike the 3.0.0 version we're using. (Sorry about 3.0.0 not actually linting!) It also updates rollup and the rollup config. So this uses the latest everything as of this writing.
@nodejs/linting |
Fast-track has been requested by @Trott. Please 👍 to approve. |
|
I suppose we need to either make Rollup output ESM ( |
I made it ESM. PTAL |
(By the way, my reason for the fast-track request is that right now, the linter isn't doing anything, so errors may be landing in doc changes. Right now, there are no lint errors. I'd like to get this landed ASAP to minimize the possibility of errors appearing between now and when this lands.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools/lint-md.js
is referenced in:
.eslintignore
vcbuild.bat
Whoops, forgot to grep. OK, fixed. |
Commit Queue failed- Loading data for nodejs/node/pull/39832 ✔ Done loading data for nodejs/node/pull/39832 ----------------------------------- PR info ------------------------------------ Title tools: fix markdown linting (#39832) Author Rich Trott (@Trott) Branch Trott:lint-preset-update -> nodejs:master Labels tools, fast-track Commits 4 - tools: fix markdown linting - fixup! tools: fix markdown linting - fixup! fixup! tools: fix markdown linting - fixup! fixup! fixup! tools: fix markdown linting Committers 1 - Rich Trott PR-URL: https://github.com/nodejs/node/pull/39832 Reviewed-By: Daijiro Wachi Reviewed-By: Michaël Zasso Reviewed-By: Antoine du Hamel ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/39832 Reviewed-By: Daijiro Wachi Reviewed-By: Michaël Zasso Reviewed-By: Antoine du Hamel -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 21 Aug 2021 14:13:10 GMT ✔ Approvals: 3 ✔ - Daijiro Wachi (@watilde): https://github.com/nodejs/node/pull/39832#pullrequestreview-735498792 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/39832#pullrequestreview-735505690 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/39832#pullrequestreview-735505770 ℹ This PR is being fast-tracked ✔ Last GitHub Actions successful ✖ No Jenkins CI runs detected -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/1154347243 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Landed in 1deafcd...1110947 |
This updates remark-preset-lint-node to 3.0.1, which actually works unlike the 3.0.0 version we're using. (Sorry about 3.0.0 not actually linting!) It also updates rollup and the rollup config. So this uses the latest everything as of this writing. PR-URL: #39832 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This updates remark-preset-lint-node to 3.0.1, which actually works unlike the 3.0.0 version we're using. (Sorry about 3.0.0 not actually linting!) It also updates rollup and the rollup config. So this uses the latest everything as of this writing. PR-URL: #39832 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This updates remark-preset-lint-node to 3.0.1, which actually works unlike the 3.0.0 version we're using. (Sorry about 3.0.0 not actually linting!) It also updates rollup and the rollup config. So this uses the latest everything as of this writing. PR-URL: #39832 Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This updates remark-preset-lint-node to 3.0.1, which actually works
unlike the 3.0.0 version we're using. (Sorry about 3.0.0 not actually
linting!)
It also updates rollup and the rollup config. So this uses the
latest everything as of this writing.