Skip to content

Commit d4fe6de

Browse files
committed
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 <[email protected]>
1 parent b693fb8 commit d4fe6de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sections/hooks.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@ for text / docs / prose:
7575
- [crate-ci/typos]: find and fix common typographical errors
7676
- [thlorenz/doctoc]: generate a table-of-contents in markdown files
7777
- [amperser/proselint]: A linter for prose.
78-
- [markdownlint/markdownlint]: a Markdown lint tool
78+
- [markdownlint/markdownlint]: a Markdown lint tool in Ruby
79+
- [DavidAnson/markdownlint-cli2]: a Markdown lint tool in Node
7980
- [codespell-project/codespell]: check code for common misspellings
8081

8182
[crate-ci/typos]: https://github.com/crate-ci/typos
8283
[thlorenz/doctoc]: https://github.com/thlorenz/doctoc
8384
[amperser/proselint]: https://github.com/amperser/proselint
8485
[markdownlint/markdownlint]: https://github.com/markdownlint/markdownlint
86+
[DavidAnson/markdownlint-cli2]: https://github.com/DavidAnson/markdownlint-cli2
8587
[codespell-project/codespell]: https://github.com/codespell-project/codespell
8688

8789
for linting commit messages:

0 commit comments

Comments
 (0)