We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a248f6e commit efab656Copy full SHA for efab656
1 file changed
package.json
@@ -25,5 +25,8 @@
25
"Swagger",
26
"schema",
27
"API"
28
- ]
+ ],
29
+ "scripts": {
30
+ "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"
31
+ }
32
}
0 commit comments