Skip to content

Commit

Permalink
tools: update markdown linter for Windows line endings
Browse files Browse the repository at this point in the history
Update the markdown linter to work with Windows line endings.
Previously, Windows line endings would break the trailing-spaces plugin.

PR-URL: #27756
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Сковорода Никита Андреевич <[email protected]>
  • Loading branch information
Trott committed May 20, 2019
1 parent 4a218fd commit cc7e15f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tools/lint-md.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 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.

2 changes: 1 addition & 1 deletion tools/node-lint-md-cli-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"markdown-extensions": "^1.1.1",
"remark": "^10.0.1",
"remark-lint": "^6.0.4",
"remark-preset-lint-node": "^1.6.0",
"remark-preset-lint-node": "^1.6.1",
"unified-args": "^6.0.0",
"unified-engine": "^6.0.1"
},
Expand Down

0 comments on commit cc7e15f

Please sign in to comment.