@alexlit/lint-kit 189.1.0 → 190.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/package.json +1 -1
  2. package/packages/config-eslint/package.json +4 -4
  3. package/packages/config-eslint/plugins/json.js +1 -1
  4. package/packages/config-eslint/plugins/prettier.js +1 -1
  5. package/packages/config-eslint/plugins/unicorn.js +2 -1
  6. package/packages/config-markdownlint/node_modules/ansi-regex/index.d.ts +33 -0
  7. package/packages/config-markdownlint/node_modules/ansi-regex/index.js +14 -0
  8. package/packages/config-markdownlint/node_modules/ansi-regex/license +9 -0
  9. package/packages/config-markdownlint/node_modules/ansi-regex/package.json +61 -0
  10. package/packages/config-markdownlint/node_modules/ansi-regex/readme.md +66 -0
  11. package/packages/config-markdownlint/node_modules/markdownlint/CHANGELOG.md +529 -0
  12. package/packages/config-markdownlint/node_modules/markdownlint/CONTRIBUTING.md +92 -0
  13. package/packages/config-markdownlint/node_modules/markdownlint/LICENSE +21 -0
  14. package/packages/config-markdownlint/node_modules/markdownlint/README.md +1112 -0
  15. package/packages/config-markdownlint/node_modules/markdownlint/doc/CustomRules.md +194 -0
  16. package/packages/config-markdownlint/node_modules/markdownlint/doc/Prettier.md +27 -0
  17. package/packages/config-markdownlint/node_modules/markdownlint/doc/ReleaseProcess.md +20 -0
  18. package/packages/config-markdownlint/node_modules/markdownlint/doc/Rules.md +2858 -0
  19. package/packages/config-markdownlint/node_modules/markdownlint/doc/md001.md +51 -0
  20. package/packages/config-markdownlint/node_modules/markdownlint/doc/md003.md +59 -0
  21. package/packages/config-markdownlint/node_modules/markdownlint/doc/md004.md +50 -0
  22. package/packages/config-markdownlint/node_modules/markdownlint/doc/md005.md +53 -0
  23. package/packages/config-markdownlint/node_modules/markdownlint/doc/md007.md +52 -0
  24. package/packages/config-markdownlint/node_modules/markdownlint/doc/md009.md +50 -0
  25. package/packages/config-markdownlint/node_modules/markdownlint/doc/md010.md +62 -0
  26. package/packages/config-markdownlint/node_modules/markdownlint/doc/md011.md +30 -0
  27. package/packages/config-markdownlint/node_modules/markdownlint/doc/md012.md +38 -0
  28. package/packages/config-markdownlint/node_modules/markdownlint/doc/md013.md +58 -0
  29. package/packages/config-markdownlint/node_modules/markdownlint/doc/md014.md +54 -0
  30. package/packages/config-markdownlint/node_modules/markdownlint/doc/md018.md +27 -0
  31. package/packages/config-markdownlint/node_modules/markdownlint/doc/md019.md +28 -0
  32. package/packages/config-markdownlint/node_modules/markdownlint/doc/md020.md +29 -0
  33. package/packages/config-markdownlint/node_modules/markdownlint/doc/md021.md +31 -0
  34. package/packages/config-markdownlint/node_modules/markdownlint/doc/md022.md +67 -0
  35. package/packages/config-markdownlint/node_modules/markdownlint/doc/md023.md +33 -0
  36. package/packages/config-markdownlint/node_modules/markdownlint/doc/md024.md +44 -0
  37. package/packages/config-markdownlint/node_modules/markdownlint/doc/md025.md +49 -0
  38. package/packages/config-markdownlint/node_modules/markdownlint/doc/md026.md +40 -0
  39. package/packages/config-markdownlint/node_modules/markdownlint/doc/md027.md +32 -0
  40. package/packages/config-markdownlint/node_modules/markdownlint/doc/md028.md +44 -0
  41. package/packages/config-markdownlint/node_modules/markdownlint/doc/md029.md +100 -0
  42. package/packages/config-markdownlint/node_modules/markdownlint/doc/md030.md +82 -0
  43. package/packages/config-markdownlint/node_modules/markdownlint/doc/md031.md +50 -0
  44. package/packages/config-markdownlint/node_modules/markdownlint/doc/md032.md +55 -0
  45. package/packages/config-markdownlint/node_modules/markdownlint/doc/md033.md +33 -0
  46. package/packages/config-markdownlint/node_modules/markdownlint/doc/md034.md +55 -0
  47. package/packages/config-markdownlint/node_modules/markdownlint/doc/md035.md +44 -0
  48. package/packages/config-markdownlint/node_modules/markdownlint/doc/md036.md +45 -0
  49. package/packages/config-markdownlint/node_modules/markdownlint/doc/md037.md +37 -0
  50. package/packages/config-markdownlint/node_modules/markdownlint/doc/md038.md +52 -0
  51. package/packages/config-markdownlint/node_modules/markdownlint/doc/md039.md +21 -0
  52. package/packages/config-markdownlint/node_modules/markdownlint/doc/md040.md +52 -0
  53. package/packages/config-markdownlint/node_modules/markdownlint/doc/md041.md +64 -0
  54. package/packages/config-markdownlint/node_modules/markdownlint/doc/md042.md +38 -0
  55. package/packages/config-markdownlint/node_modules/markdownlint/doc/md043.md +87 -0
  56. package/packages/config-markdownlint/node_modules/markdownlint/doc/md044.md +45 -0
  57. package/packages/config-markdownlint/node_modules/markdownlint/doc/md045.md +48 -0
  58. package/packages/config-markdownlint/node_modules/markdownlint/doc/md046.md +40 -0
  59. package/packages/config-markdownlint/node_modules/markdownlint/doc/md047.md +34 -0
  60. package/packages/config-markdownlint/node_modules/markdownlint/doc/md048.md +42 -0
  61. package/packages/config-markdownlint/node_modules/markdownlint/doc/md049.md +36 -0
  62. package/packages/config-markdownlint/node_modules/markdownlint/doc/md050.md +35 -0
  63. package/packages/config-markdownlint/node_modules/markdownlint/doc/md051.md +117 -0
  64. package/packages/config-markdownlint/node_modules/markdownlint/doc/md052.md +52 -0
  65. package/packages/config-markdownlint/node_modules/markdownlint/doc/md053.md +38 -0
  66. package/packages/config-markdownlint/node_modules/markdownlint/doc/md054.md +100 -0
  67. package/packages/config-markdownlint/node_modules/markdownlint/doc/md055.md +55 -0
  68. package/packages/config-markdownlint/node_modules/markdownlint/doc/md056.md +37 -0
  69. package/packages/config-markdownlint/node_modules/markdownlint/doc/md058.md +48 -0
  70. package/packages/config-markdownlint/node_modules/markdownlint/doc/md059.md +33 -0
  71. package/packages/config-markdownlint/node_modules/markdownlint/doc/md060.md +130 -0
  72. package/packages/config-markdownlint/node_modules/markdownlint/helpers/LICENSE +21 -0
  73. package/packages/config-markdownlint/node_modules/markdownlint/helpers/README.md +29 -0
  74. package/packages/config-markdownlint/node_modules/markdownlint/helpers/helpers.cjs +695 -0
  75. package/packages/config-markdownlint/node_modules/markdownlint/helpers/micromark-helpers.cjs +332 -0
  76. package/packages/config-markdownlint/node_modules/markdownlint/helpers/package.json +26 -0
  77. package/packages/config-markdownlint/node_modules/markdownlint/helpers/shared.cjs +16 -0
  78. package/packages/config-markdownlint/node_modules/markdownlint/lib/cache.mjs +80 -0
  79. package/packages/config-markdownlint/node_modules/markdownlint/lib/configuration-strict.d.ts +2417 -0
  80. package/packages/config-markdownlint/node_modules/markdownlint/lib/configuration.d.ts +8 -0
  81. package/packages/config-markdownlint/node_modules/markdownlint/lib/constants.mjs +14 -0
  82. package/packages/config-markdownlint/node_modules/markdownlint/lib/defer-require.cjs +18 -0
  83. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports-async.d.mts +1 -0
  84. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports-async.mjs +3 -0
  85. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports-promise.d.mts +1 -0
  86. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports-promise.mjs +3 -0
  87. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports-sync.d.mts +1 -0
  88. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports-sync.mjs +3 -0
  89. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports.d.mts +30 -0
  90. package/packages/config-markdownlint/node_modules/markdownlint/lib/exports.mjs +33 -0
  91. package/packages/config-markdownlint/node_modules/markdownlint/lib/markdownit.cjs +171 -0
  92. package/packages/config-markdownlint/node_modules/markdownlint/lib/markdownlint.d.mts +615 -0
  93. package/packages/config-markdownlint/node_modules/markdownlint/lib/markdownlint.mjs +1592 -0
  94. package/packages/config-markdownlint/node_modules/markdownlint/lib/md001.mjs +32 -0
  95. package/packages/config-markdownlint/node_modules/markdownlint/lib/md003.mjs +47 -0
  96. package/packages/config-markdownlint/node_modules/markdownlint/lib/md004.mjs +72 -0
  97. package/packages/config-markdownlint/node_modules/markdownlint/lib/md005.mjs +69 -0
  98. package/packages/config-markdownlint/node_modules/markdownlint/lib/md007.mjs +84 -0
  99. package/packages/config-markdownlint/node_modules/markdownlint/lib/md009.mjs +96 -0
  100. package/packages/config-markdownlint/node_modules/markdownlint/lib/md010.mjs +78 -0
  101. package/packages/config-markdownlint/node_modules/markdownlint/lib/md011.mjs +56 -0
  102. package/packages/config-markdownlint/node_modules/markdownlint/lib/md012.mjs +40 -0
  103. package/packages/config-markdownlint/node_modules/markdownlint/lib/md013.mjs +91 -0
  104. package/packages/config-markdownlint/node_modules/markdownlint/lib/md014.mjs +47 -0
  105. package/packages/config-markdownlint/node_modules/markdownlint/lib/md018.mjs +43 -0
  106. package/packages/config-markdownlint/node_modules/markdownlint/lib/md019-md021.mjs +77 -0
  107. package/packages/config-markdownlint/node_modules/markdownlint/lib/md020.mjs +68 -0
  108. package/packages/config-markdownlint/node_modules/markdownlint/lib/md022.mjs +103 -0
  109. package/packages/config-markdownlint/node_modules/markdownlint/lib/md023.mjs +37 -0
  110. package/packages/config-markdownlint/node_modules/markdownlint/lib/md024.mjs +45 -0
  111. package/packages/config-markdownlint/node_modules/markdownlint/lib/md025.mjs +45 -0
  112. package/packages/config-markdownlint/node_modules/markdownlint/lib/md026.mjs +46 -0
  113. package/packages/config-markdownlint/node_modules/markdownlint/lib/md027.mjs +50 -0
  114. package/packages/config-markdownlint/node_modules/markdownlint/lib/md028.mjs +39 -0
  115. package/packages/config-markdownlint/node_modules/markdownlint/lib/md029.mjs +84 -0
  116. package/packages/config-markdownlint/node_modules/markdownlint/lib/md030.mjs +57 -0
  117. package/packages/config-markdownlint/node_modules/markdownlint/lib/md031.mjs +61 -0
  118. package/packages/config-markdownlint/node_modules/markdownlint/lib/md032.mjs +78 -0
  119. package/packages/config-markdownlint/node_modules/markdownlint/lib/md033.mjs +46 -0
  120. package/packages/config-markdownlint/node_modules/markdownlint/lib/md034.mjs +92 -0
  121. package/packages/config-markdownlint/node_modules/markdownlint/lib/md035.mjs +23 -0
  122. package/packages/config-markdownlint/node_modules/markdownlint/lib/md036.mjs +55 -0
  123. package/packages/config-markdownlint/node_modules/markdownlint/lib/md037.mjs +94 -0
  124. package/packages/config-markdownlint/node_modules/markdownlint/lib/md038.mjs +73 -0
  125. package/packages/config-markdownlint/node_modules/markdownlint/lib/md039.mjs +59 -0
  126. package/packages/config-markdownlint/node_modules/markdownlint/lib/md040.mjs +32 -0
  127. package/packages/config-markdownlint/node_modules/markdownlint/lib/md041.mjs +71 -0
  128. package/packages/config-markdownlint/node_modules/markdownlint/lib/md042.mjs +58 -0
  129. package/packages/config-markdownlint/node_modules/markdownlint/lib/md043.mjs +72 -0
  130. package/packages/config-markdownlint/node_modules/markdownlint/lib/md044.mjs +110 -0
  131. package/packages/config-markdownlint/node_modules/markdownlint/lib/md045.mjs +61 -0
  132. package/packages/config-markdownlint/node_modules/markdownlint/lib/md046.mjs +31 -0
  133. package/packages/config-markdownlint/node_modules/markdownlint/lib/md047.mjs +28 -0
  134. package/packages/config-markdownlint/node_modules/markdownlint/lib/md048.mjs +47 -0
  135. package/packages/config-markdownlint/node_modules/markdownlint/lib/md049-md050.mjs +115 -0
  136. package/packages/config-markdownlint/node_modules/markdownlint/lib/md051.mjs +173 -0
  137. package/packages/config-markdownlint/node_modules/markdownlint/lib/md052.mjs +40 -0
  138. package/packages/config-markdownlint/node_modules/markdownlint/lib/md053.mjs +60 -0
  139. package/packages/config-markdownlint/node_modules/markdownlint/lib/md054.mjs +122 -0
  140. package/packages/config-markdownlint/node_modules/markdownlint/lib/md055.mjs +72 -0
  141. package/packages/config-markdownlint/node_modules/markdownlint/lib/md056.mjs +50 -0
  142. package/packages/config-markdownlint/node_modules/markdownlint/lib/md058.mjs +57 -0
  143. package/packages/config-markdownlint/node_modules/markdownlint/lib/md059.mjs +71 -0
  144. package/packages/config-markdownlint/node_modules/markdownlint/lib/md060.mjs +209 -0
  145. package/packages/config-markdownlint/node_modules/markdownlint/lib/micromark-parse.mjs +337 -0
  146. package/packages/config-markdownlint/node_modules/markdownlint/lib/micromark-types.d.mts +11 -0
  147. package/packages/config-markdownlint/node_modules/markdownlint/lib/node-imports-browser.mjs +22 -0
  148. package/packages/config-markdownlint/node_modules/markdownlint/lib/node-imports-node.mjs +11 -0
  149. package/packages/config-markdownlint/node_modules/markdownlint/lib/parse-configuration.mjs +47 -0
  150. package/packages/config-markdownlint/node_modules/markdownlint/lib/resolve-module.cjs +52 -0
  151. package/packages/config-markdownlint/node_modules/markdownlint/lib/resolve-module.d.cts +34 -0
  152. package/packages/config-markdownlint/node_modules/markdownlint/lib/rules.mjs +122 -0
  153. package/packages/config-markdownlint/node_modules/markdownlint/lib/types.d.mts +13 -0
  154. package/packages/config-markdownlint/node_modules/markdownlint/package.json +120 -0
  155. package/packages/config-markdownlint/node_modules/markdownlint/schema/.markdownlint.jsonc +349 -0
  156. package/packages/config-markdownlint/node_modules/markdownlint/schema/.markdownlint.yaml +310 -0
  157. package/packages/config-markdownlint/node_modules/markdownlint/schema/ValidatingConfiguration.md +26 -0
  158. package/packages/config-markdownlint/node_modules/markdownlint/schema/markdownlint-config-schema-strict.json +5138 -0
  159. package/packages/config-markdownlint/node_modules/markdownlint/schema/markdownlint-config-schema.json +5143 -0
  160. package/packages/config-markdownlint/node_modules/markdownlint/style/all.json +5 -0
  161. package/packages/config-markdownlint/node_modules/markdownlint/style/cirosantilli.json +22 -0
  162. package/packages/config-markdownlint/node_modules/markdownlint/style/prettier.json +27 -0
  163. package/packages/config-markdownlint/node_modules/markdownlint/style/relaxed.json +12 -0
  164. package/packages/config-markdownlint/node_modules/string-width/index.d.ts +39 -0
  165. package/packages/config-markdownlint/node_modules/string-width/index.js +203 -0
  166. package/packages/config-markdownlint/node_modules/string-width/license +9 -0
  167. package/packages/config-markdownlint/node_modules/string-width/package.json +65 -0
  168. package/packages/config-markdownlint/node_modules/string-width/readme.md +66 -0
  169. package/packages/config-markdownlint/node_modules/strip-ansi/index.d.ts +15 -0
  170. package/packages/config-markdownlint/node_modules/strip-ansi/index.js +19 -0
  171. package/packages/config-markdownlint/node_modules/strip-ansi/license +9 -0
  172. package/packages/config-markdownlint/node_modules/strip-ansi/package.json +59 -0
  173. package/packages/config-markdownlint/node_modules/strip-ansi/readme.md +37 -0
  174. package/packages/config-markdownlint/package.json +2 -2
  175. package/packages/config-stylelint/package.json +2 -2
  176. package/packages/config-stylelint/plugins/scss.js +1 -1
  177. package/packages/config-stylelint/plugins/selector-no-empty.js +1 -1
@@ -0,0 +1,349 @@
1
+ // Example markdownlint configuration with all properties set to their default value
2
+ {
3
+
4
+ // Default state for all rules
5
+ "default": true,
6
+
7
+ // Path to configuration file to extend
8
+ "extends": null,
9
+
10
+ // MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md001.md
11
+ "MD001": {
12
+ // RegExp for matching title in front matter
13
+ "front_matter_title": "^\\s*title\\s*[:=]"
14
+ },
15
+
16
+ // MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md003.md
17
+ "MD003": {
18
+ // Heading style
19
+ "style": "consistent"
20
+ },
21
+
22
+ // MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md004.md
23
+ "MD004": {
24
+ // List style
25
+ "style": "consistent"
26
+ },
27
+
28
+ // MD005/list-indent : Inconsistent indentation for list items at the same level : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md005.md
29
+ "MD005": true,
30
+
31
+ // MD007/ul-indent : Unordered list indentation : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md007.md
32
+ "MD007": {
33
+ // Spaces for indent
34
+ "indent": 2,
35
+ // Whether to indent the first level of the list
36
+ "start_indented": false,
37
+ // Spaces for first level indent (when start_indented is set)
38
+ "start_indent": 2
39
+ },
40
+
41
+ // MD009/no-trailing-spaces : Trailing spaces : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md009.md
42
+ "MD009": {
43
+ // Spaces for line break
44
+ "br_spaces": 2,
45
+ // Include code blocks
46
+ "code_blocks": false,
47
+ // Allow spaces for empty lines in list items
48
+ "list_item_empty_lines": false,
49
+ // Include unnecessary breaks
50
+ "strict": false
51
+ },
52
+
53
+ // MD010/no-hard-tabs : Hard tabs : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md010.md
54
+ "MD010": {
55
+ // Include code blocks
56
+ "code_blocks": true,
57
+ // Fenced code languages to ignore
58
+ "ignore_code_languages": [],
59
+ // Number of spaces for each hard tab
60
+ "spaces_per_tab": 1
61
+ },
62
+
63
+ // MD011/no-reversed-links : Reversed link syntax : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md011.md
64
+ "MD011": true,
65
+
66
+ // MD012/no-multiple-blanks : Multiple consecutive blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md012.md
67
+ "MD012": {
68
+ // Consecutive blank lines
69
+ "maximum": 1
70
+ },
71
+
72
+ // MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md013.md
73
+ "MD013": {
74
+ // Number of characters
75
+ "line_length": 80,
76
+ // Number of characters for headings
77
+ "heading_line_length": 80,
78
+ // Number of characters for code blocks
79
+ "code_block_line_length": 80,
80
+ // Include code blocks
81
+ "code_blocks": true,
82
+ // Include tables
83
+ "tables": true,
84
+ // Include headings
85
+ "headings": true,
86
+ // Strict length checking
87
+ "strict": false,
88
+ // Stern length checking
89
+ "stern": false
90
+ },
91
+
92
+ // MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md014.md
93
+ "MD014": true,
94
+
95
+ // MD018/no-missing-space-atx : No space after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md018.md
96
+ "MD018": true,
97
+
98
+ // MD019/no-multiple-space-atx : Multiple spaces after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md019.md
99
+ "MD019": true,
100
+
101
+ // MD020/no-missing-space-closed-atx : No space inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md020.md
102
+ "MD020": true,
103
+
104
+ // MD021/no-multiple-space-closed-atx : Multiple spaces inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md021.md
105
+ "MD021": true,
106
+
107
+ // MD022/blanks-around-headings : Headings should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md022.md
108
+ "MD022": {
109
+ // Include front matter content
110
+ "include_front_matter": false,
111
+ // Blank lines above heading
112
+ "lines_above": 1,
113
+ // Blank lines below heading
114
+ "lines_below": 1
115
+ },
116
+
117
+ // MD023/heading-start-left : Headings must start at the beginning of the line : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md023.md
118
+ "MD023": true,
119
+
120
+ // MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md024.md
121
+ "MD024": {
122
+ // Only check sibling headings
123
+ "siblings_only": false
124
+ },
125
+
126
+ // MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md025.md
127
+ "MD025": {
128
+ // RegExp for matching title in front matter
129
+ "front_matter_title": "^\\s*title\\s*[:=]",
130
+ // Heading level
131
+ "level": 1
132
+ },
133
+
134
+ // MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md026.md
135
+ "MD026": {
136
+ // Punctuation characters
137
+ "punctuation": ".,;:!。,;:!"
138
+ },
139
+
140
+ // MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md027.md
141
+ "MD027": {
142
+ // Include list items
143
+ "list_items": true
144
+ },
145
+
146
+ // MD028/no-blanks-blockquote : Blank line inside blockquote : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md028.md
147
+ "MD028": true,
148
+
149
+ // MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md029.md
150
+ "MD029": {
151
+ // List style
152
+ "style": "one_or_ordered"
153
+ },
154
+
155
+ // MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md030.md
156
+ "MD030": {
157
+ // Spaces for single-line unordered list items
158
+ "ul_single": 1,
159
+ // Spaces for single-line ordered list items
160
+ "ol_single": 1,
161
+ // Spaces for multi-line unordered list items
162
+ "ul_multi": 1,
163
+ // Spaces for multi-line ordered list items
164
+ "ol_multi": 1
165
+ },
166
+
167
+ // MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md031.md
168
+ "MD031": {
169
+ // Include list items
170
+ "list_items": true
171
+ },
172
+
173
+ // MD032/blanks-around-lists : Lists should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md032.md
174
+ "MD032": true,
175
+
176
+ // MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md033.md
177
+ "MD033": {
178
+ // Allowed elements
179
+ "allowed_elements": [],
180
+ // Allowed elements in tables
181
+ "table_allowed_elements": []
182
+ },
183
+
184
+ // MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md034.md
185
+ "MD034": true,
186
+
187
+ // MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md035.md
188
+ "MD035": {
189
+ // Horizontal rule style
190
+ "style": "consistent"
191
+ },
192
+
193
+ // MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md036.md
194
+ "MD036": {
195
+ // Punctuation characters
196
+ "punctuation": ".,;:!?。,;:!?"
197
+ },
198
+
199
+ // MD037/no-space-in-emphasis : Spaces inside emphasis markers : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md037.md
200
+ "MD037": true,
201
+
202
+ // MD038/no-space-in-code : Spaces inside code span elements : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md038.md
203
+ "MD038": true,
204
+
205
+ // MD039/no-space-in-links : Spaces inside link text : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md039.md
206
+ "MD039": true,
207
+
208
+ // MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md040.md
209
+ "MD040": {
210
+ // List of languages
211
+ "allowed_languages": [],
212
+ // Require language only
213
+ "language_only": false
214
+ },
215
+
216
+ // MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md041.md
217
+ "MD041": {
218
+ // Allow content before first heading
219
+ "allow_preamble": false,
220
+ // RegExp for matching title in front matter
221
+ "front_matter_title": "^\\s*title\\s*[:=]",
222
+ // Heading level
223
+ "level": 1
224
+ },
225
+
226
+ // MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md042.md
227
+ "MD042": true,
228
+
229
+ // MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md043.md
230
+ "MD043": {
231
+ // List of headings
232
+ "headings": [],
233
+ // Match case of headings
234
+ "match_case": false
235
+ },
236
+
237
+ // MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md044.md
238
+ "MD044": {
239
+ // List of proper names
240
+ "names": [],
241
+ // Include code blocks
242
+ "code_blocks": true,
243
+ // Include HTML elements
244
+ "html_elements": true
245
+ },
246
+
247
+ // MD045/no-alt-text : Images should have alternate text (alt text) : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md045.md
248
+ "MD045": true,
249
+
250
+ // MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md046.md
251
+ "MD046": {
252
+ // Block style
253
+ "style": "consistent"
254
+ },
255
+
256
+ // MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md047.md
257
+ "MD047": true,
258
+
259
+ // MD048/code-fence-style : Code fence style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md048.md
260
+ "MD048": {
261
+ // Code fence style
262
+ "style": "consistent"
263
+ },
264
+
265
+ // MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md049.md
266
+ "MD049": {
267
+ // Emphasis style
268
+ "style": "consistent"
269
+ },
270
+
271
+ // MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md050.md
272
+ "MD050": {
273
+ // Strong style
274
+ "style": "consistent"
275
+ },
276
+
277
+ // MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md051.md
278
+ "MD051": {
279
+ // Ignore case of fragments
280
+ "ignore_case": false,
281
+ // Pattern for ignoring additional fragments
282
+ "ignored_pattern": ""
283
+ },
284
+
285
+ // MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md052.md
286
+ "MD052": {
287
+ // Ignored link labels
288
+ "ignored_labels": [
289
+ "x"
290
+ ],
291
+ // Include shortcut syntax
292
+ "shortcut_syntax": false
293
+ },
294
+
295
+ // MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md053.md
296
+ "MD053": {
297
+ // Ignored definitions
298
+ "ignored_definitions": [
299
+ "//"
300
+ ]
301
+ },
302
+
303
+ // MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md054.md
304
+ "MD054": {
305
+ // Allow autolinks
306
+ "autolink": true,
307
+ // Allow inline links and images
308
+ "inline": true,
309
+ // Allow full reference links and images
310
+ "full": true,
311
+ // Allow collapsed reference links and images
312
+ "collapsed": true,
313
+ // Allow shortcut reference links and images
314
+ "shortcut": true,
315
+ // Allow URLs as inline links
316
+ "url_inline": true
317
+ },
318
+
319
+ // MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md055.md
320
+ "MD055": {
321
+ // Table pipe style
322
+ "style": "consistent"
323
+ },
324
+
325
+ // MD056/table-column-count : Table column count : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md056.md
326
+ "MD056": true,
327
+
328
+ // MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md058.md
329
+ "MD058": true,
330
+
331
+ // MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md059.md
332
+ "MD059": {
333
+ // Prohibited link texts
334
+ "prohibited_texts": [
335
+ "click here",
336
+ "here",
337
+ "link",
338
+ "more"
339
+ ]
340
+ },
341
+
342
+ // MD060/table-column-style : Table column style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md060.md
343
+ "MD060": {
344
+ // Table column style
345
+ "style": "any",
346
+ // Aligned delimiter columns
347
+ "aligned_delimiter": false
348
+ }
349
+ }
@@ -0,0 +1,310 @@
1
+ # Example markdownlint configuration with all properties set to their default value
2
+
3
+ # Default state for all rules
4
+ default: true
5
+
6
+ # Path to configuration file to extend
7
+ extends: null
8
+
9
+ # MD001/heading-increment : Heading levels should only increment by one level at a time : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md001.md
10
+ MD001:
11
+ # RegExp for matching title in front matter
12
+ front_matter_title: "^\\s*title\\s*[:=]"
13
+
14
+ # MD003/heading-style : Heading style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md003.md
15
+ MD003:
16
+ # Heading style
17
+ style: "consistent"
18
+
19
+ # MD004/ul-style : Unordered list style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md004.md
20
+ MD004:
21
+ # List style
22
+ style: "consistent"
23
+
24
+ # MD005/list-indent : Inconsistent indentation for list items at the same level : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md005.md
25
+ MD005: true
26
+
27
+ # MD007/ul-indent : Unordered list indentation : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md007.md
28
+ MD007:
29
+ # Spaces for indent
30
+ indent: 2
31
+ # Whether to indent the first level of the list
32
+ start_indented: false
33
+ # Spaces for first level indent (when start_indented is set)
34
+ start_indent: 2
35
+
36
+ # MD009/no-trailing-spaces : Trailing spaces : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md009.md
37
+ MD009:
38
+ # Spaces for line break
39
+ br_spaces: 2
40
+ # Include code blocks
41
+ code_blocks: false
42
+ # Allow spaces for empty lines in list items
43
+ list_item_empty_lines: false
44
+ # Include unnecessary breaks
45
+ strict: false
46
+
47
+ # MD010/no-hard-tabs : Hard tabs : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md010.md
48
+ MD010:
49
+ # Include code blocks
50
+ code_blocks: true
51
+ # Fenced code languages to ignore
52
+ ignore_code_languages: []
53
+ # Number of spaces for each hard tab
54
+ spaces_per_tab: 1
55
+
56
+ # MD011/no-reversed-links : Reversed link syntax : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md011.md
57
+ MD011: true
58
+
59
+ # MD012/no-multiple-blanks : Multiple consecutive blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md012.md
60
+ MD012:
61
+ # Consecutive blank lines
62
+ maximum: 1
63
+
64
+ # MD013/line-length : Line length : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md013.md
65
+ MD013:
66
+ # Number of characters
67
+ line_length: 80
68
+ # Number of characters for headings
69
+ heading_line_length: 80
70
+ # Number of characters for code blocks
71
+ code_block_line_length: 80
72
+ # Include code blocks
73
+ code_blocks: true
74
+ # Include tables
75
+ tables: true
76
+ # Include headings
77
+ headings: true
78
+ # Strict length checking
79
+ strict: false
80
+ # Stern length checking
81
+ stern: false
82
+
83
+ # MD014/commands-show-output : Dollar signs used before commands without showing output : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md014.md
84
+ MD014: true
85
+
86
+ # MD018/no-missing-space-atx : No space after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md018.md
87
+ MD018: true
88
+
89
+ # MD019/no-multiple-space-atx : Multiple spaces after hash on atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md019.md
90
+ MD019: true
91
+
92
+ # MD020/no-missing-space-closed-atx : No space inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md020.md
93
+ MD020: true
94
+
95
+ # MD021/no-multiple-space-closed-atx : Multiple spaces inside hashes on closed atx style heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md021.md
96
+ MD021: true
97
+
98
+ # MD022/blanks-around-headings : Headings should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md022.md
99
+ MD022:
100
+ # Include front matter content
101
+ include_front_matter: false
102
+ # Blank lines above heading
103
+ lines_above: 1
104
+ # Blank lines below heading
105
+ lines_below: 1
106
+
107
+ # MD023/heading-start-left : Headings must start at the beginning of the line : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md023.md
108
+ MD023: true
109
+
110
+ # MD024/no-duplicate-heading : Multiple headings with the same content : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md024.md
111
+ MD024:
112
+ # Only check sibling headings
113
+ siblings_only: false
114
+
115
+ # MD025/single-title/single-h1 : Multiple top-level headings in the same document : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md025.md
116
+ MD025:
117
+ # RegExp for matching title in front matter
118
+ front_matter_title: "^\\s*title\\s*[:=]"
119
+ # Heading level
120
+ level: 1
121
+
122
+ # MD026/no-trailing-punctuation : Trailing punctuation in heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md026.md
123
+ MD026:
124
+ # Punctuation characters
125
+ punctuation: ".,;:!。,;:!"
126
+
127
+ # MD027/no-multiple-space-blockquote : Multiple spaces after blockquote symbol : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md027.md
128
+ MD027:
129
+ # Include list items
130
+ list_items: true
131
+
132
+ # MD028/no-blanks-blockquote : Blank line inside blockquote : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md028.md
133
+ MD028: true
134
+
135
+ # MD029/ol-prefix : Ordered list item prefix : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md029.md
136
+ MD029:
137
+ # List style
138
+ style: "one_or_ordered"
139
+
140
+ # MD030/list-marker-space : Spaces after list markers : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md030.md
141
+ MD030:
142
+ # Spaces for single-line unordered list items
143
+ ul_single: 1
144
+ # Spaces for single-line ordered list items
145
+ ol_single: 1
146
+ # Spaces for multi-line unordered list items
147
+ ul_multi: 1
148
+ # Spaces for multi-line ordered list items
149
+ ol_multi: 1
150
+
151
+ # MD031/blanks-around-fences : Fenced code blocks should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md031.md
152
+ MD031:
153
+ # Include list items
154
+ list_items: true
155
+
156
+ # MD032/blanks-around-lists : Lists should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md032.md
157
+ MD032: true
158
+
159
+ # MD033/no-inline-html : Inline HTML : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md033.md
160
+ MD033:
161
+ # Allowed elements
162
+ allowed_elements: []
163
+ # Allowed elements in tables
164
+ table_allowed_elements: []
165
+
166
+ # MD034/no-bare-urls : Bare URL used : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md034.md
167
+ MD034: true
168
+
169
+ # MD035/hr-style : Horizontal rule style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md035.md
170
+ MD035:
171
+ # Horizontal rule style
172
+ style: "consistent"
173
+
174
+ # MD036/no-emphasis-as-heading : Emphasis used instead of a heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md036.md
175
+ MD036:
176
+ # Punctuation characters
177
+ punctuation: ".,;:!?。,;:!?"
178
+
179
+ # MD037/no-space-in-emphasis : Spaces inside emphasis markers : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md037.md
180
+ MD037: true
181
+
182
+ # MD038/no-space-in-code : Spaces inside code span elements : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md038.md
183
+ MD038: true
184
+
185
+ # MD039/no-space-in-links : Spaces inside link text : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md039.md
186
+ MD039: true
187
+
188
+ # MD040/fenced-code-language : Fenced code blocks should have a language specified : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md040.md
189
+ MD040:
190
+ # List of languages
191
+ allowed_languages: []
192
+ # Require language only
193
+ language_only: false
194
+
195
+ # MD041/first-line-heading/first-line-h1 : First line in a file should be a top-level heading : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md041.md
196
+ MD041:
197
+ # Allow content before first heading
198
+ allow_preamble: false
199
+ # RegExp for matching title in front matter
200
+ front_matter_title: "^\\s*title\\s*[:=]"
201
+ # Heading level
202
+ level: 1
203
+
204
+ # MD042/no-empty-links : No empty links : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md042.md
205
+ MD042: true
206
+
207
+ # MD043/required-headings : Required heading structure : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md043.md
208
+ MD043:
209
+ # List of headings
210
+ headings: []
211
+ # Match case of headings
212
+ match_case: false
213
+
214
+ # MD044/proper-names : Proper names should have the correct capitalization : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md044.md
215
+ MD044:
216
+ # List of proper names
217
+ names: []
218
+ # Include code blocks
219
+ code_blocks: true
220
+ # Include HTML elements
221
+ html_elements: true
222
+
223
+ # MD045/no-alt-text : Images should have alternate text (alt text) : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md045.md
224
+ MD045: true
225
+
226
+ # MD046/code-block-style : Code block style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md046.md
227
+ MD046:
228
+ # Block style
229
+ style: "consistent"
230
+
231
+ # MD047/single-trailing-newline : Files should end with a single newline character : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md047.md
232
+ MD047: true
233
+
234
+ # MD048/code-fence-style : Code fence style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md048.md
235
+ MD048:
236
+ # Code fence style
237
+ style: "consistent"
238
+
239
+ # MD049/emphasis-style : Emphasis style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md049.md
240
+ MD049:
241
+ # Emphasis style
242
+ style: "consistent"
243
+
244
+ # MD050/strong-style : Strong style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md050.md
245
+ MD050:
246
+ # Strong style
247
+ style: "consistent"
248
+
249
+ # MD051/link-fragments : Link fragments should be valid : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md051.md
250
+ MD051:
251
+ # Ignore case of fragments
252
+ ignore_case: false
253
+ # Pattern for ignoring additional fragments
254
+ ignored_pattern: ""
255
+
256
+ # MD052/reference-links-images : Reference links and images should use a label that is defined : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md052.md
257
+ MD052:
258
+ # Ignored link labels
259
+ ignored_labels:
260
+ - "x"
261
+ # Include shortcut syntax
262
+ shortcut_syntax: false
263
+
264
+ # MD053/link-image-reference-definitions : Link and image reference definitions should be needed : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md053.md
265
+ MD053:
266
+ # Ignored definitions
267
+ ignored_definitions:
268
+ - "//"
269
+
270
+ # MD054/link-image-style : Link and image style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md054.md
271
+ MD054:
272
+ # Allow autolinks
273
+ autolink: true
274
+ # Allow inline links and images
275
+ inline: true
276
+ # Allow full reference links and images
277
+ full: true
278
+ # Allow collapsed reference links and images
279
+ collapsed: true
280
+ # Allow shortcut reference links and images
281
+ shortcut: true
282
+ # Allow URLs as inline links
283
+ url_inline: true
284
+
285
+ # MD055/table-pipe-style : Table pipe style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md055.md
286
+ MD055:
287
+ # Table pipe style
288
+ style: "consistent"
289
+
290
+ # MD056/table-column-count : Table column count : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md056.md
291
+ MD056: true
292
+
293
+ # MD058/blanks-around-tables : Tables should be surrounded by blank lines : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md058.md
294
+ MD058: true
295
+
296
+ # MD059/descriptive-link-text : Link text should be descriptive : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md059.md
297
+ MD059:
298
+ # Prohibited link texts
299
+ prohibited_texts:
300
+ - "click here"
301
+ - "here"
302
+ - "link"
303
+ - "more"
304
+
305
+ # MD060/table-column-style : Table column style : https://github.com/DavidAnson/markdownlint/blob/v0.41.0/doc/md060.md
306
+ MD060:
307
+ # Table column style
308
+ style: "any"
309
+ # Aligned delimiter columns
310
+ aligned_delimiter: false
@@ -0,0 +1,26 @@
1
+ # Validating Configuration
2
+
3
+ A [JSON Schema][json-schema] is provided to enable validating configuration
4
+ objects: [`markdownlint-config-schema.json`][markdownlint-config-schema].
5
+
6
+ Some editors automatically use a JSON Schema with files that reference it. For
7
+ example, a `.markdownlint.json` file with:
8
+
9
+ ```json
10
+ "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json"
11
+ ```
12
+
13
+ A JSON Schema validator can be used to check configuration files like so:
14
+
15
+ ```bash
16
+ npx ajv-cli validate -s ./markdownlint/schema/markdownlint-config-schema.json -d "**/.markdownlint.{json,yaml}" --strict=false
17
+ ```
18
+
19
+ By default, any rule name is valid because of custom rules. To allow only
20
+ built-in rules, use the
21
+ [`markdownlint-config-schema-strict.json`][markdownlint-config-schema-strict]
22
+ JSON Schema instead.
23
+
24
+ [json-schema]: https://json-schema.org
25
+ [markdownlint-config-schema]: markdownlint-config-schema.json
26
+ [markdownlint-config-schema-strict]: markdownlint-config-schema-strict.json