This commit is contained in:
2019-05-23 22:03:59 +00:00
parent 6741722864
commit 9fe11125fa
2 changed files with 16 additions and 11 deletions

12
ayanova/.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "lint",
"problemMatcher": []
}
]
}