Skip to content

Commit

Permalink
Remove dead URL rule
Browse files Browse the repository at this point in the history
It was too flaky: #107 (comment)
  • Loading branch information
sindresorhus committed Jun 3, 2020
1 parent a427f26 commit 161dadc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exports.plugins = [
// Third-party plugins
// Disabled as it throws `file.warn is not a function`
// require('remark-lint-no-empty-sections'),
require('remark-lint-no-dead-urls'),

require('remark-lint-match-punctuation'),
require('remark-lint-no-repeat-punctuation'),

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"remark-lint-match-punctuation": "^0.2.0",
"remark-lint-no-auto-link-without-protocol": "^1.0.2",
"remark-lint-no-blockquote-without-marker": "^2.0.2",
"remark-lint-no-dead-urls": "^1.0.0",
"remark-lint-no-emphasis-as-heading": "^1.0.2",
"remark-lint-no-empty-sections": "^3.0.0",
"remark-lint-no-file-name-articles": "^1.0.2",
Expand Down

0 comments on commit 161dadc

Please sign in to comment.