12 lines
210 B
JSON
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"
|
|
}
|
|
]
|
|
} |