summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-03-17 21:33:06 -0700
committerRich Trott <rtrott@gmail.com>2019-03-17 23:14:22 -0700
commit72f578327a3195f3381ceeacf3c8dd5acb5aa5bd (patch)
tree26b077b9995dfa67bbb3e19a16a55babdea11168 /tools/node-lint-md-cli-rollup
parent3e781c5177f8fc4ae30345f980c49126ec012161 (diff)
downloadandroid-node-v8-72f578327a3195f3381ceeacf3c8dd5acb5aa5bd.tar.gz
android-node-v8-72f578327a3195f3381ceeacf3c8dd5acb5aa5bd.tar.bz2
android-node-v8-72f578327a3195f3381ceeacf3c8dd5acb5aa5bd.zip
tools: update lint-md.js to lint rfc name format
Update lint-md.js to lint for "RFC1234" and similar variants that should be written as "RFC 1234". PR-URL: https://github.com/nodejs/node/pull/26727 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Diffstat (limited to 'tools/node-lint-md-cli-rollup')
-rw-r--r--tools/node-lint-md-cli-rollup/package-lock.json14
-rw-r--r--tools/node-lint-md-cli-rollup/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/node-lint-md-cli-rollup/package-lock.json b/tools/node-lint-md-cli-rollup/package-lock.json
index ce53e59d24..3be8f28256 100644
--- a/tools/node-lint-md-cli-rollup/package-lock.json
+++ b/tools/node-lint-md-cli-rollup/package-lock.json
@@ -2131,9 +2131,9 @@
}
},
"remark-lint-prohibited-strings": {
- "version": "1.0.3",
- "resolved": "https://registry.npmjs.org/remark-lint-prohibited-strings/-/remark-lint-prohibited-strings-1.0.3.tgz",
- "integrity": "sha512-XgxDXQrNjnHd4+cGavdiW8y5ipN+DwJxWIZDUIWuWjEhmRmgUl8nJHXOKjIYZ8inYxuhVit9m1Y9kX12wO3Edw==",
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/remark-lint-prohibited-strings/-/remark-lint-prohibited-strings-1.1.0.tgz",
+ "integrity": "sha512-z32El0GSaeWS3hCmh5iez/1KxGirdWHmEpiBMUXFxDQ7B2T+CdTgEoo8yr4t6R30U6yYQf7GampuJ4BjCXO3HA==",
"requires": {
"unified-lint-rule": "^1.0.2",
"unist-util-visit": "^1.2.0"
@@ -2216,9 +2216,9 @@
}
},
"remark-preset-lint-node": {
- "version": "1.5.0",
- "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.5.0.tgz",
- "integrity": "sha512-jTcLB5icGf2X4vvkoECIBQydzg1pe3BfG77AA5dta9AFBPuvJhPlh2oPnCdi7DZeEuU7xz2kO9HYedv5wa55xQ==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/remark-preset-lint-node/-/remark-preset-lint-node-1.6.0.tgz",
+ "integrity": "sha512-2aMruLIudApA+WMWkFHFaYog2KTvLj1abSI1ulhAug6ibsjUg7AcHtipjdx9jzfSHVGYCmAINujFme50P0bOVw==",
"requires": {
"remark-lint": "^6.0.0",
"remark-lint-blockquote-indentation": "^1.0.0",
@@ -2252,7 +2252,7 @@
"remark-lint-no-tabs": "^1.0.0",
"remark-lint-no-trailing-spaces": "^2.0.0",
"remark-lint-no-unused-definitions": "^1.0.0",
- "remark-lint-prohibited-strings": "^1.0.3",
+ "remark-lint-prohibited-strings": "^1.1.0",
"remark-lint-rule-style": "^1.0.0",
"remark-lint-strong-marker": "^1.0.0",
"remark-lint-table-cell-padding": "^1.0.0",
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
index bec83358ed..dc04b9a8b6 100644
--- a/tools/node-lint-md-cli-rollup/package.json
+++ b/tools/node-lint-md-cli-rollup/package.json
@@ -9,7 +9,7 @@
"markdown-extensions": "^1.1.1",
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
- "remark-preset-lint-node": "^1.4.0",
+ "remark-preset-lint-node": "^1.6.0",
"unified-args": "^6.0.0",
"unified-engine": "^5.1.0"
},