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: #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 BethGriggs committed Feb 6, 2020
1 parent 9acff55 commit b09eda5
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 73 deletions.
2 changes: 1 addition & 1 deletion tools/lint-md.js

Large diffs are not rendered by default.

194 changes: 125 additions & 69 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.10.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 b09eda5

Please sign in to comment.