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", "label": "Lint",
"type": "npm", "type": "npm",
"script": "lint", "script": "lint-ide",
"problemMatcher": "$tslint5", "problemMatcher": "$eslint-stylish",
"presentation": { "presentation": {
"reveal": "never" "reveal": "never"
} }
} }
] ]
} }