Files
notes-archive/.vscode/tasks.json
Nathan Nguyen deb7264799 VS Code Updates
2025-01-13 14:00:53 -06: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"
}
]
}