浏览代码

Removes tslint problem matcher

main
Eric Amodio 5 年前
父节点
当前提交
f0d4bb8ac5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .vscode/tasks.json

+ 2
- 2
.vscode/tasks.json 查看文件

@ -20,7 +20,7 @@
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": ["$ts-webpack", "$tslint-webpack"]
"problemMatcher": ["$ts-webpack"]
},
{
"type": "npm",
@ -36,7 +36,7 @@
"isDefault": true
},
"isBackground": true,
"problemMatcher": ["$ts-webpack-watch", "$tslint-webpack-watch"]
"problemMatcher": ["$ts-webpack-watch"]
}
]
}

正在加载...
取消
保存