Skip to content

Commit b0b170c

Browse files
author
Maledong
authored
fix: Ignore the nodejs-links for nodejs.org system (#3981)
According to #3956, it seems we're ordering the links' titles with ASCII orders, however NOT all the docs (such as translations) and test\scripts\*.md, we DON'T need to cope with this rule, so we should disable it manually as a special case. Ref: 1. nodejs/remark-preset-lint-node#188. 2. nodejs/node#39170.
1 parent a654c6b commit b0b170c

3 files changed

Lines changed: 11852 additions & 21 deletions

File tree

.remarkrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
["remark-lint-no-literal-urls", false],
1111
["remark-lint-no-trailing-spaces", false],
1212
["remark-lint-no-undefined-references", false],
13-
["remark-lint-prohibited-strings", false]
13+
["remark-lint-prohibited-strings", false],
14+
["remark-preset-lint-node/remark-lint-nodejs-links", false]
1415
]
1516
}

0 commit comments

Comments
 (0)