Skip to content

Commit 2447b94

Browse files
sjnimsclaude
andcommitted
docs: update markdownlint command in CLAUDE.md
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
1 parent 24c59ae commit 2447b94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CLAUDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ This repo has TWO `.claude-plugin/` directories:
5151
claude --plugin-dir plugins/plugin-dev
5252

5353
# Lint markdown
54-
markdownlint '**/*.md' --ignore node_modules
54+
markdownlint-cli2 '**/*.md'
55+
56+
# Format markdown
57+
prettier --write '**/*.md'
5558

5659
# Lint shell scripts
5760
shellcheck plugins/plugin-dev/skills/*/scripts/*.sh

0 commit comments

Comments
 (0)