tools: update remark-preset-lint-node@1.15.1 to 1.16.0#33852
tools: update remark-preset-lint-node@1.15.1 to 1.16.0#33852Trott merged 0 commit intonodejs:masterfrom
Conversation
|
@nodejs/linting |
tools/lint-md.js
Outdated
There was a problem hiding this comment.
Bunch of diffs that look like they just add back in whitespace. Might be worth re-trimming
There was a problem hiding this comment.
It gets auto-trimmed on landing. rollup leaves the space. I'm reluctant to add post-processing to the rollup output. I always look at the diffs for these with whitespace turned off.
03fe338 to
0717f36
Compare
|
Oh, look at that: A |
That was a big fear of mine — should've fast-tracked in hindsight. Hopefully there's no issue w/ landing this puppy! |
Use `bash` instead of `shell` for code language flag in doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs and upcoming lint requirements. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
0717f36 to
0ef6956
Compare
|
Landed in a4f3206...0ef6956 |
This adds linting for code fence language/grammar strings. This is so, for example, we have only one of ```text and ```txt and not both. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
This adds linting for code fence language/grammar strings. This is so, for example, we have only one of ```text and ```txt and not both. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
This adds linting for code fence language/grammar strings. This is so, for example, we have only one of ```text and ```txt and not both. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
This adds linting for code fence language/grammar strings. This is so, for example, we have only one of ```text and ```txt and not both. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Use `bash` instead of `shell` for code language flag in doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs and upcoming lint requirements. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
|
Added the backported-to-v14.x label. Manually skipped landing 7407fc2 to v14.x as the file it changes doesn't exist on that branch |
This adds linting for code fence language/grammar strings. This is so, for example, we have only one of ```text and ```txt and not both. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Use `bash` instead of `shell` for code language flag in doc/guides/maintaining-ngtcp2-nghttp3.md to conform with our other docs and upcoming lint requirements. PR-URL: #33852 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
This adds linting for code fence language/grammar strings. This is so,
for example, we have only one of
text andtxt and not both.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes