Skip to content

Commit 482b2ff

Browse files
committed
disable to get merged
1 parent b599008 commit 482b2ff

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

scripts/.markdownlint-cli2.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for explanations of each rule
55
config:
66
# turn settings on or off here
7-
default: false
8-
MD040: false # Fenced code blocks should have a language specified
9-
links-url-type: false # Disallow relative links to a .md or .mdx file
10-
custom-anchor-headings: true # Headings must have a custom anchor which is unique per page eg. # A Heading {#a-heading}
7+
default: false
8+
MD040: false # Fenced code blocks should have a language specified
9+
links-url-type: false # Disallow relative links to a .md or .mdx file
10+
custom-anchor-headings: false # Headings must have a custom anchor which is unique per page eg. # A Heading {#a-heading}
1111
no-markdown-image-tags: false
1212
# Keep this item last due to length
13-
proper-names: # MD044
13+
proper-names: # MD044
1414
code_blocks: false
1515
html_elements: false
16-
names: [
17-
# add Proper Names to ignore on capitalization check here
18-
]
16+
names: []
17+
# add Proper Names to ignore on capitalization check here
1918
ignores:
2019
# add or remove ignored directories here
2120
- "docs/ru"
@@ -29,5 +28,3 @@ customRules:
2928
# add custom rules here
3029
- "./markdownlint/custom_rules/links_url_type.js"
3130
- "./markdownlint/custom_rules/headings_have_custom_anchors.js"
32-
33-

0 commit comments

Comments
 (0)