We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
remark-lint-double-link
1 parent c3312c0 commit a0d9240Copy full SHA for a0d9240
config.js
@@ -55,6 +55,7 @@ exports.plugins = [
55
56
require('remark-lint-match-punctuation'),
57
require('remark-lint-no-repeat-punctuation'),
58
+ require('remark-lint-double-link'),
59
60
// Custom plugins
61
...require('./rules')
package.json
@@ -61,6 +61,7 @@
"remark-lint-code-block-style": "^2.0.0",
62
"remark-lint-definition-case": "^2.0.0",
63
"remark-lint-definition-spacing": "^2.0.0",
64
+ "remark-lint-double-link": "^0.1.0",
65
"remark-lint-emphasis-marker": "^2.0.0",
66
"remark-lint-fenced-code-marker": "^2.0.0",
67
"remark-lint-file-extension": "^1.0.2",
0 commit comments