16 lines
273 B
JSON
16 lines
273 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"type": "markdownlint",
|
||
|
"problemMatcher": [
|
||
|
"$markdownlint"
|
||
|
],
|
||
|
"label": "markdownlint: Lint all Markdown files in the workspace with markdownlint",
|
||
|
"group": {
|
||
|
"kind": "build",
|
||
|
"isDefault": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|