We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c95ec5 commit 7b77becCopy full SHA for 7b77bec
1 file changed
package.json
@@ -31,5 +31,8 @@
31
"Swagger",
32
"schema",
33
"API"
34
- ]
+ ],
35
+ "scripts": {
36
+ "format-markdown": "npx prettier --write --single-quote versions/3.1.1.md && npx --yes markdownlint-cli --fix --config .markdownlint.yaml versions/3.1.1.md"
37
+ }
38
}
0 commit comments