pull/343/head
Krystal Boozel 1 year ago committed by GitHub
parent 4cd956ee1c
commit 56f7061948
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .vscode/tasks.json

16
.vscode/tasks.json vendored

@ -0,0 +1,16 @@
{
"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
}
}
]
}
Loading…
Cancel
Save