Skip to content

Commit 6b842cc

Browse files
committed
Update package.json
1 parent 7d79e57 commit 6b842cc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"devDependencies": {
2727
"@hyperjump/json-schema": "^0.17.0",
2828
"chai": "^4.3.1",
29+
"markdownlint-cli": "^0.41.0",
2930
"mdv": "^1.0.7",
3031
"mocha": "^8.3.0",
3132
"yaml": "^1.8.3"
@@ -36,5 +37,8 @@
3637
"Swagger",
3738
"schema",
3839
"API"
39-
]
40+
],
41+
"scripts": {
42+
"format-markdown": "npx prettier --write --single-quote versions/3.0.4.md && npx --yes markdownlint-cli --fix --config .markdownlint.yaml versions/3.0.4.md"
43+
}
4044
}

0 commit comments

Comments
 (0)