Skip to content

Commit 04f08a9

Browse files
committed
Update references for markdownlint version 0.34.0.
1 parent 7c8ffeb commit 04f08a9

File tree

4 files changed

+108
-108
lines changed

4 files changed

+108
-108
lines changed

doc/OutputFormatters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ For a `.markdownlint-cli2.jsonc` like:
6363
[formatter-junit]: ../formatter-junit/markdownlint-cli2-formatter-junit.js
6464
[formatter-sarif]: ../formatter-sarif/markdownlint-cli2-formatter-sarif.js
6565
[markdownlint-cli2-formatter]: https://www.npmjs.com/search?q=keywords:markdownlint-cli2-formatter
66-
[markdownlint-d-ts]: https://github.com/DavidAnson/markdownlint/blob/v0.33.0/lib/markdownlint.d.ts
66+
[markdownlint-d-ts]: https://github.com/DavidAnson/markdownlint/blob/v0.34.0/lib/markdownlint.d.ts

schema/markdownlint-cli2-config-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"default": "https://raw.githubusercontent.com/DavidAnson/markdownlint-cli2/v0.12.1/schema/markdownlint-cli2-config-schema.json"
1111
},
1212
"config": {
13-
"description": "markdownlint configuration schema : https://github.com/DavidAnson/markdownlint/blob/v0.33.0/schema/.markdownlint.jsonc",
14-
"$ref": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.33.0/schema/markdownlint-config-schema.json",
13+
"description": "markdownlint configuration schema : https://github.com/DavidAnson/markdownlint/blob/v0.34.0/schema/.markdownlint.jsonc",
14+
"$ref": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.34.0/schema/markdownlint-config-schema.json",
1515
"default": {}
1616
},
1717
"customRules": {

0 commit comments

Comments
 (0)