From d4fe6de0f4c7fdaf0024b144e439b6ca98916726 Mon Sep 17 00:00:00 2001 From: David Xia Date: Fri, 7 Feb 2025 08:00:34 -0500 Subject: [PATCH] docs: add DavidAnson/markdownlint-cli2 to hooks page The current Markdownlint hook is in Ruby. Mention a popular Node-based one as well. Signed-off-by: David Xia --- sections/hooks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sections/hooks.md b/sections/hooks.md index 828e9db9..8796a4da 100644 --- a/sections/hooks.md +++ b/sections/hooks.md @@ -75,13 +75,15 @@ for text / docs / prose: - [crate-ci/typos]: find and fix common typographical errors - [thlorenz/doctoc]: generate a table-of-contents in markdown files - [amperser/proselint]: A linter for prose. -- [markdownlint/markdownlint]: a Markdown lint tool +- [markdownlint/markdownlint]: a Markdown lint tool in Ruby +- [DavidAnson/markdownlint-cli2]: a Markdown lint tool in Node - [codespell-project/codespell]: check code for common misspellings [crate-ci/typos]: https://github.com/crate-ci/typos [thlorenz/doctoc]: https://github.com/thlorenz/doctoc [amperser/proselint]: https://github.com/amperser/proselint [markdownlint/markdownlint]: https://github.com/markdownlint/markdownlint +[DavidAnson/markdownlint-cli2]: https://github.com/DavidAnson/markdownlint-cli2 [codespell-project/codespell]: https://github.com/codespell-project/codespell for linting commit messages: