Skip to content

Commit

Permalink
tools: update remark-preset-lint-node to 1.10.1
Browse files Browse the repository at this point in the history
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 <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and aduh95 committed Jan 8, 2020
1 parent ba2725c commit 3877a77
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 81 deletions.
2 changes: 1 addition & 1 deletion tools/lint-md.js

Large diffs are not rendered by default.

222 changes: 145 additions & 77 deletions tools/node-lint-md-cli-rollup/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/node-lint-md-cli-rollup/package.json
Expand Up @@ -8,9 +8,9 @@
"dependencies": {
"markdown-extensions": "^1.1.1",
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-node": "^1.8.0",
"unified-args": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-node": "^1.10.1",
"unified-args": "^7.1.0",
"unified-engine": "^6.0.1"
},
"main": "src/cli-entry.js",
Expand Down

0 comments on commit 3877a77

Please sign in to comment.