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 BethGriggs committed Feb 6, 2020
1 parent 30edcc0 commit e8176b0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
1 change: 0 additions & 1 deletion doc/changelogs/CHANGELOG_V10.md
Expand Up @@ -53,7 +53,6 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)


<a id="10.15.3"></a>
## 2019-03-05, Version 10.15.3 'Dubnium' (LTS), @BethGriggs

Expand Down
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 e8176b0

Please sign in to comment.