Skip to content

Commit 6263d1d

Browse files
committed
Add mdast-validate-links to dev-dependencies
1 parent 29e03c7 commit 6263d1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.mdastrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"output": true,
33
"plugins": [
4+
"comment-config",
45
"lint",
56
"github",
6-
"comment-config"
7+
"slug",
8+
"validate-links"
79
],
810
"settings": {
911
"bullet": "*"

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
"jscs": "^2.0.0",
2626
"jscs-jsdoc": "^1.0.0",
2727
"mdast": "^1.0.0",
28+
"mdast-comment-config": "^1.0.0",
2829
"mdast-github": "^0.3.0",
2930
"mdast-lint": "^0.4.0",
30-
"mdast-comment-config": "^1.0.0",
31+
"mdast-slug": "^0.1.1",
32+
"mdast-validate-links": "^0.3.1",
3133
"mocha": "^2.0.0"
3234
},
3335
"scripts": {

0 commit comments

Comments
 (0)