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.
1 parent baa60ce commit f6ce486Copy full SHA for f6ce486
Makefile
@@ -1400,6 +1400,7 @@ lint-md: lint-js-doc | tools/.mdlintstamp ## Lint the markdown documents maintai
1400
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
1401
.PHONY: format-md
1402
format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the markdown documents maintained by us in the codebase.
1403
+ $(info Formatting Markdown...)
1404
@$(call available-node,$(run-format-md))
1405
1406
0 commit comments