Skip to content

Commit 30abe53

Browse files
committed
Check links
1 parent 7e70376 commit 30abe53

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"rehype-stringify": "^3.0.0",
4242
"remark-cli": "^3.0.1",
4343
"remark-lint-first-heading-level": "^1.0.0",
44+
"remark-lint-no-dead-urls": "^0.2.0",
4445
"remark-parse": "^3.0.0",
4546
"remark-preset-wooorm": "^3.0.0",
4647
"remark-rehype": "^2.0.0",

script/markdown/preset-md.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ exports.plugins = [
22
require('remark-preset-wooorm'),
33
[require('remark-retext'), require('../natural-language')()],
44
[require('remark-validate-links'), false],
5+
[require('remark-lint-no-dead-urls'), 'https://unifiedjs.github.io'],
56
[require('remark-lint-first-heading-level'), 2],
67
[require('remark-toc'), {heading: 'contents', depth: 3, tight: true}]
78
];

0 commit comments

Comments
 (0)