We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693fad9 commit c69b3c8Copy full SHA for c69b3c8
Taskfile.yml
@@ -78,12 +78,12 @@ tasks:
78
fmt:
79
desc: Format all markdown files with prettier
80
cmds:
81
- - npx prettier --write "**/*.md"
+ - npx prettier --write "**/*.md" --ignore-path .prettierignore
82
83
fmt:check:
84
desc: Check markdown formatting without making changes
85
86
- - npx prettier --check --log-level=debug "**/*.md"
+ - npx prettier --check --log-level=debug "**/*.md" --ignore-path .prettierignore
87
88
# File reference validation
89
check:files:
0 commit comments