diff options
author | Rich Trott <rtrott@gmail.com> | 2021-09-19 17:18:42 -0700 |
---|---|---|
committer | Rich Trott <rtrott@gmail.com> | 2021-09-21 18:40:04 -0700 |
commit | 0991dfceceede0b0ad47abf866e571dd5164d231 (patch) | |
tree | fd1f291a692a229b1cb4e2acd322fcde5de837f8 /doc/changelogs/CHANGELOG_V15.md | |
parent | 5ca5499c8787da1dbe1f5535a198dbdc2289a866 (diff) | |
download | node-new-0991dfceceede0b0ad47abf866e571dd5164d231.tar.gz |
doc: add blank line between comments
Upcoming remark-based formatting/linting will add a blank line between
comments in markdown. This is in preparation for that change.
PR-URL: https://github.com/nodejs/node/pull/40160
Reviewed-By: Michaƫl Zasso <targos@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/changelogs/CHANGELOG_V15.md')
-rw-r--r-- | doc/changelogs/CHANGELOG_V15.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/changelogs/CHANGELOG_V15.md b/doc/changelogs/CHANGELOG_V15.md index 1855da132b..d394bf08fc 100644 --- a/doc/changelogs/CHANGELOG_V15.md +++ b/doc/changelogs/CHANGELOG_V15.md @@ -1,8 +1,6 @@ # Node.js 15 ChangeLog -<!--lint disable prohibited-strings--> -<!--lint disable maximum-line-length--> -<!--lint disable no-literal-urls--> +<!--lint disable maximum-line-length no-literal-urls prohibited-strings--> <table> <tr> |