We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint:md:fix
1 parent 7f6c141 commit 4974d58Copy full SHA for 4974d58
package.json
@@ -11,6 +11,7 @@
11
"clear": "docusaurus clear",
12
"serve": "docusaurus serve",
13
"lint:md": "markdownlint --ignore node_modules/ \"./docs/**/*.md\"",
14
+ "lint:md:fix": "markdownlint --fix --ignore node_modules/ \"./docs/**/*.md\"",
15
"write-translations": "docusaurus write-translations",
16
"write-heading-ids": "docusaurus write-heading-ids"
17
},
0 commit comments