Skip to content

Commit

Permalink
feat: enable remark-lint-no-literal-urls
Browse files Browse the repository at this point in the history
Upstream PR to fix nodejs/node#32676
  • Loading branch information
nschonni committed Apr 23, 2020
1 parent 6a10c01 commit 645f345
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module.exports.plugins = [
require("remark-lint-no-file-name-consecutive-dashes"),
require("remark-lint-no-file-name-outer-dashes"),
require("remark-lint-no-heading-indent"),
[require("remark-lint-no-literal-urls"), false],
require("remark-lint-no-multiple-toplevel-headings"),
require("remark-lint-no-shell-dollars"),
require("remark-lint-no-table-indentation"),
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"remark-lint-no-file-name-consecutive-dashes": "^1.0.4",
"remark-lint-no-file-name-outer-dashes": "^1.0.5",
"remark-lint-no-heading-indent": "^2.0.0",
"remark-lint-no-literal-urls": "^2.0.0",
"remark-lint-no-multiple-toplevel-headings": "^2.0.0",
"remark-lint-no-shell-dollars": "^2.0.0",
"remark-lint-no-table-indentation": "^2.0.0",
Expand Down

0 comments on commit 645f345

Please sign in to comment.