Skip to content

Commit

Permalink
feat: lint links and definitions (#188)
Browse files Browse the repository at this point in the history
* feat: lint links and definitions

Replacement for checkLinks.mjs from the nodejs/node repo.

* Check definition ordering even if url starts with a hash
  • Loading branch information
aduh95 authored Jun 30, 2021
1 parent 5fe188c commit 641684e
Show file tree
Hide file tree
Showing 4 changed files with 2,194 additions and 12 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ module.exports.plugins = [
require("remark-lint-no-table-indentation"),
require("remark-lint-no-tabs"),
require("remark-lint-no-trailing-spaces"),
require("./remark-lint-nodejs-links.js"),
require("./remark-lint-nodejs-yaml-comments.js"),
[
require("remark-lint-prohibited-strings"),
Expand Down
Loading

0 comments on commit 641684e

Please sign in to comment.