Skip to content

Commit 054c1bf

Browse files
Trotttargos
authored andcommitted
tools: apply more stringent blank-line linting for markdown files
Update remark-preset-lint-node to 1.9.0, which adds linting for multiple consecutive blank lines. PR-URL: #29447 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 7dd897f commit 054c1bf

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

tools/lint-md.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node-lint-md-cli-rollup/package-lock.json

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/node-lint-md-cli-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"markdown-extensions": "^1.1.1",
1010
"remark": "^10.0.1",
1111
"remark-lint": "^6.0.4",
12-
"remark-preset-lint-node": "^1.8.0",
12+
"remark-preset-lint-node": "^1.9.0",
1313
"unified-args": "^7.0.0",
1414
"unified-engine": "^6.0.1"
1515
},

0 commit comments

Comments
 (0)