Skip to content

Commit 4c10149

Browse files
committed
rules -> custom_rules
1 parent 00a2e42 commit 4c10149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/.markdownlint-cli2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ignores:
2727
- "docs/cloud/manage/api"
2828
customRules:
2929
# add custom rules here
30-
- "./markdownlint/rules/links_url_type.js"
31-
- "./markdownlint/rules/headings_have_custom_anchors.js"
30+
- "./markdownlint/custom_rules/links_url_type.js"
31+
- "./markdownlint/custom_rules/headings_have_custom_anchors.js"
3232

3333

0 commit comments

Comments
 (0)