chore: Update markdownlint-cli2 dependency

This commit is contained in:
Joachim Van Herwegen 2024-07-18 08:10:23 +02:00
parent 5936aceccd
commit 86e8c09e2d
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ module.exports = {
// Allow multiple subheadings with the same content
// across different section (#1 ##A ##B #2 ##A ##B)
MD024: {
allow_different_nesting: true,
siblings_only: true,
},
// Set Ordered list item prefix to "ordered" (use 1. 2. 3. not 1. 1. 1.)

View File

@ -159,7 +159,7 @@
"jest": "^29.7.0",
"jest-esm-transformer-2": "^1.0.0",
"jest-rdf": "^1.8.0",
"markdownlint-cli2": "^0.10.0",
"markdownlint-cli2": "^0.13.0",
"node-mocks-http": "^1.13.0",
"nodemon": "^3.0.1",
"set-cookie-parser": "^2.6.0",