Refactor the lint-task

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

6
.vscode/tasks.json vendored
View file

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