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
1 parent a427f26 commit 161dadcCopy full SHA for 161dadc
config.js
@@ -52,7 +52,7 @@ exports.plugins = [
52
// Third-party plugins
53
// Disabled as it throws `file.warn is not a function`
54
// require('remark-lint-no-empty-sections'),
55
- require('remark-lint-no-dead-urls'),
+
56
require('remark-lint-match-punctuation'),
57
require('remark-lint-no-repeat-punctuation'),
58
package.json
@@ -73,7 +73,6 @@
73
"remark-lint-match-punctuation": "^0.2.0",
74
"remark-lint-no-auto-link-without-protocol": "^1.0.2",
75
"remark-lint-no-blockquote-without-marker": "^2.0.2",
76
- "remark-lint-no-dead-urls": "^1.0.0",
77
"remark-lint-no-emphasis-as-heading": "^1.0.2",
78
"remark-lint-no-empty-sections": "^3.0.0",
79
"remark-lint-no-file-name-articles": "^1.0.2",
0 commit comments