Skip to content

Commit f773e02

Browse files
authored
refactor: update markdownlint-cli dependency (#5531)
* refactor: update markdownlint-cli dependency * refactor: this new rule doesn't seem to be compliant with prettier styling
1 parent 09f9ddb commit f773e02

File tree

3 files changed

+48
-56
lines changed

3 files changed

+48
-56
lines changed

docs/migration-template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,22 @@
77

88
### prop 1
99

10+
<!-- markdownlint-disable MD060 -->
11+
1012
| Before | Status | After | Description |
1113
| -------- | :-----: | :-----------: | ----------- |
1214
| `valueX` | 🔁 / ❌ | `valueY` / ❌ | optional |
1315
| `valueZ` | 🔁 / ❌ | `valueZ` / ❌ | optional |
1416

17+
<!-- markdownlint-enable MD060 -->
18+
1519
### prop 2
1620

21+
<!-- markdownlint-disable MD060 -->
22+
1723
| Before | Status | After | Description |
1824
| -------- | :-----: | :-----------: | ----------- |
1925
| `valueX` | 🔁 / ❌ | `valueY` / ❌ | optional |
2026
| `valueZ` | 🔁 / ❌ | `valueZ` / ❌ | optional |
27+
28+
<!-- markdownlint-enable MD060 -->

package-lock.json

Lines changed: 39 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"husky": "9.1.7",
130130
"jscpd": "4.0.5",
131131
"lint-staged": "16.2.6",
132-
"markdownlint-cli": "0.45.0",
132+
"markdownlint-cli": "0.46.0",
133133
"ng-packagr": "20.3.2",
134134
"npm-package-json-lint": "9.0.0",
135135
"npm-run-all2": "8.0.4",

0 commit comments

Comments
 (0)