Skip to content

Commit 161dadc

Browse files
committedJun 3, 2020
Remove dead URL rule
It was too flaky: #107 (comment)
1 parent a427f26 commit 161dadc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ exports.plugins = [
5252
// Third-party plugins
5353
// Disabled as it throws `file.warn is not a function`
5454
// require('remark-lint-no-empty-sections'),
55-
require('remark-lint-no-dead-urls'),
55+
5656
require('remark-lint-match-punctuation'),
5757
require('remark-lint-no-repeat-punctuation'),
5858

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"remark-lint-match-punctuation": "^0.2.0",
7474
"remark-lint-no-auto-link-without-protocol": "^1.0.2",
7575
"remark-lint-no-blockquote-without-marker": "^2.0.2",
76-
"remark-lint-no-dead-urls": "^1.0.0",
7776
"remark-lint-no-emphasis-as-heading": "^1.0.2",
7877
"remark-lint-no-empty-sections": "^3.0.0",
7978
"remark-lint-no-file-name-articles": "^1.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.