Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6531e8b

Browse filesBrowse 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 0d43135 commit 6531e8b
Copy full SHA for 6531e8b

File tree

Expand file treeCollapse file tree

4 files changed

+18
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+18
-6
lines changed
Open diff view settings
Collapse file

‎doc/changelogs/CHANGELOG_V10.md‎

Copy file name to clipboardExpand all lines: doc/changelogs/CHANGELOG_V10.md
-1Lines changed: 0 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
* [io.js](CHANGELOG_IOJS.md)
5454
* [Archive](CHANGELOG_ARCHIVE.md)
5555

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

Collapse file

‎tools/lint-md.js‎

Copy file name to clipboardExpand all lines: tools/lint-md.js
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

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

Copy file name to clipboardExpand all lines: tools/node-lint-md-cli-rollup/package-lock.json
+16-3Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

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

Copy file name to clipboardExpand all lines: tools/node-lint-md-cli-rollup/package.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.