summaryrefslogtreecommitdiff
path: root/tools/node-lint-md-cli-rollup/package.json
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-06-23 07:35:24 -0700
committerRich Trott <rtrott@gmail.com>2019-06-26 21:19:48 -0700
commitcf9a7f2dce5f8f009d82a8bc081e23ed08417a34 (patch)
tree0a8d03ea4afb17ecc78c51a6e6026039c80d1b11 /tools/node-lint-md-cli-rollup/package.json
parent3832713fa0c0ce7cda8a19e74cd96be1479f6f1e (diff)
downloadandroid-node-v8-cf9a7f2dce5f8f009d82a8bc081e23ed08417a34.tar.gz
android-node-v8-cf9a7f2dce5f8f009d82a8bc081e23ed08417a34.tar.bz2
android-node-v8-cf9a7f2dce5f8f009d82a8bc081e23ed08417a34.zip
tools: update remark-preset-lint-node to 1.7.0
This update enables linting for "note that" in our docs. That phrase is almost always superfluous. Sentences are almost always clearer and stronger without it. PR-URL: https://github.com/nodejs/node/pull/28393 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Diffstat (limited to 'tools/node-lint-md-cli-rollup/package.json')
-rw-r--r--tools/node-lint-md-cli-rollup/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/node-lint-md-cli-rollup/package.json b/tools/node-lint-md-cli-rollup/package.json
index fde07df857..584c189197 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.6.1",
+ "remark-preset-lint-node": "^1.7.0",
"unified-args": "^6.0.0",
"unified-engine": "^6.0.1"
},