Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3877a77

Browse files
Trottaduh95
authored andcommittedJan 8, 2020
tools: update remark-preset-lint-node to 1.10.1
This includes better link linting, improved prohibited string linting, and a more maintainable code base by using remark-preset-int-recommended (thanks nschonni!). Update other dependencies while at it. PR-URL: nodejs#29982 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ba2725c commit 3877a77

File tree

3 files changed

+149
-81
lines changed

3 files changed

+149
-81
lines changed
 

‎tools/lint-md.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+145-77
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"dependencies": {
99
"markdown-extensions": "^1.1.1",
1010
"remark": "^10.0.1",
11-
"remark-lint": "^6.0.4",
12-
"remark-preset-lint-node": "^1.8.0",
13-
"unified-args": "^7.0.0",
11+
"remark-lint": "^6.0.5",
12+
"remark-preset-lint-node": "^1.10.1",
13+
"unified-args": "^7.1.0",
1414
"unified-engine": "^6.0.1"
1515
},
1616
"main": "src/cli-entry.js",

0 commit comments

Comments
 (0)
Please sign in to comment.