We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed3ba4 commit 475aacaCopy full SHA for 475aaca
Makefile
@@ -1406,6 +1406,7 @@ lint-md: lint-js-doc | tools/.mdlintstamp ## Lint the markdown documents maintai
1406
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
1407
.PHONY: format-md
1408
format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the markdown documents maintained by us in the codebase.
1409
+ $(info Formatting Markdown...)
1410
@$(call available-node,$(run-format-md))
1411
1412
0 commit comments