We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e03c7 commit 6263d1dCopy full SHA for 6263d1d
.mdastrc
@@ -1,9 +1,11 @@
1
{
2
"output": true,
3
"plugins": [
4
+ "comment-config",
5
"lint",
6
"github",
- "comment-config"
7
+ "slug",
8
+ "validate-links"
9
],
10
"settings": {
11
"bullet": "*"
package.json
@@ -25,9 +25,11 @@
25
"jscs": "^2.0.0",
26
"jscs-jsdoc": "^1.0.0",
27
"mdast": "^1.0.0",
28
+ "mdast-comment-config": "^1.0.0",
29
"mdast-github": "^0.3.0",
30
"mdast-lint": "^0.4.0",
- "mdast-comment-config": "^1.0.0",
31
+ "mdast-slug": "^0.1.1",
32
+ "mdast-validate-links": "^0.3.1",
33
"mocha": "^2.0.0"
34
},
35
"scripts": {
0 commit comments