Skip to content

Commit

Permalink
Update to version 0.37.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Dec 8, 2024
1 parent 6e52643 commit 62073a8
Show file tree
Hide file tree
Showing 8 changed files with 422 additions and 422 deletions.
4 changes: 2 additions & 2 deletions helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ be useful to custom rule authors and may avoid duplicating code.
*None* - The entire body of code is tested to 100% coverage by the core
`markdownlint` project, so there are no additional tests here.

[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/CustomRules.md
[custom-rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.0/doc/CustomRules.md
[jsdoc]: https://en.m.wikipedia.org/wiki/JSDoc
[markdown]: https://en.wikipedia.org/wiki/Markdown
[markdownlint]: https://github.com/DavidAnson/markdownlint
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.36.1/doc/Rules.md
[rules]: https://github.com/DavidAnson/markdownlint/blob/v0.37.0/doc/Rules.md
208 changes: 104 additions & 104 deletions lib/configuration-strict.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export const fixableRuleNames = [
"MD058"
];
export const homepage = "https://github.com/DavidAnson/markdownlint";
export const version = "0.36.1";
export const version = "0.37.0";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownlint",
"version": "0.36.1",
"version": "0.37.0",
"description": "A Node.js style checker and lint tool for Markdown/CommonMark files.",
"type": "module",
"exports": {
Expand Down
102 changes: 51 additions & 51 deletions schema/.markdownlint.jsonc

Large diffs are not rendered by default.

102 changes: 51 additions & 51 deletions schema/.markdownlint.yaml

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions schema/markdownlint-config-schema-strict.json

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions schema/markdownlint-config-schema.json

Large diffs are not rendered by default.

0 comments on commit 62073a8

Please sign in to comment.