Skip to content

Commit 641684e

Browse files
authored
feat: lint links and definitions (#188)
* feat: lint links and definitions Replacement for checkLinks.mjs from the nodejs/node repo. * Check definition ordering even if url starts with a hash
1 parent 5fe188c commit 641684e

File tree

4 files changed

+2194
-12
lines changed

4 files changed

+2194
-12
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports.plugins = [
5757
require("remark-lint-no-table-indentation"),
5858
require("remark-lint-no-tabs"),
5959
require("remark-lint-no-trailing-spaces"),
60+
require("./remark-lint-nodejs-links.js"),
6061
require("./remark-lint-nodejs-yaml-comments.js"),
6162
[
6263
require("remark-lint-prohibited-strings"),

0 commit comments

Comments
 (0)