diff options
author | Rich Trott <rtrott@gmail.com> | 2020-05-14 19:58:28 -0700 |
---|---|---|
committer | Shelley Vohr <shelley.vohr@gmail.com> | 2020-05-17 09:01:26 -0700 |
commit | cc279490ce8a6032f59443b5fbf2a7cf89493ce0 (patch) | |
tree | 68553622231b808cbbac86356d868b17cba67ff1 | |
parent | 7f9ccd6d89c869541bfa19988a2efb0f87de0b19 (diff) | |
download | node-new-cc279490ce8a6032f59443b5fbf2a7cf89493ce0.tar.gz |
doc: prepare 14.x changelog for remark update
Add a comment to disable a rule in the 14.x changelog that will be
needed once we update remark lint dependencies. This comment appears in
the other changelogs.
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/89#issuecomment-628978791
PR-URL: https://github.com/nodejs/node/pull/33412
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
-rw-r--r-- | doc/changelogs/CHANGELOG_V14.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V14.md b/doc/changelogs/CHANGELOG_V14.md index 5081bc0cb7..aeab2a6221 100644 --- a/doc/changelogs/CHANGELOG_V14.md +++ b/doc/changelogs/CHANGELOG_V14.md @@ -2,6 +2,7 @@ <!--lint disable prohibited-strings--> <!--lint disable maximum-line-length--> +<!--lint disable no-literal-urls--> <table> <tr> |