Files
notes-archive/.vscode/tasks.json
2025-09-30 13:19:30 -05:00

12 lines
210 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "markdownlint",
"problemMatcher": [
"$markdownlint"
],
"label": "markdownlint: Lint all Markdown files in the workspace with markdownlint"
}
]
}