Refactor the lint-task

This commit is contained in:
Manuel Thalmann 2021-05-11 00:57:03 +00:00
parent cadbc594c0
commit e336072b11

4
.vscode/tasks.json vendored
View file

@ -120,8 +120,8 @@
{
"label": "Lint",
"type": "npm",
"script": "lint",
"problemMatcher": "$tslint5",
"script": "lint-ide",
"problemMatcher": "$eslint-stylish",
"presentation": {
"reveal": "never"
}