Skip to content

Commit

Permalink
tools: apply more stringent blank-line linting for markdown files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and targos committed Sep 20, 2019
1 parent 7dd897f commit 054c1bf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/lint-md.js

Large diffs are not rendered by default.

19 changes: 16 additions & 3 deletions tools/node-lint-md-cli-rollup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/node-lint-md-cli-rollup/package.json
Expand Up @@ -9,7 +9,7 @@
"markdown-extensions": "^1.1.1",
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-node": "^1.8.0",
"remark-preset-lint-node": "^1.9.0",
"unified-args": "^7.0.0",
"unified-engine": "^6.0.1"
},
Expand Down

0 comments on commit 054c1bf

Please sign in to comment.