From e336072b1120c62e2c75b435e740ef253df4d3ed Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 11 May 2021 00:57:03 +0000 Subject: [PATCH] Refactor the lint-task --- .vscode/tasks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index bd9c314..f3dd7dc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -120,11 +120,11 @@ { "label": "Lint", "type": "npm", - "script": "lint", - "problemMatcher": "$tslint5", + "script": "lint-ide", + "problemMatcher": "$eslint-stylish", "presentation": { "reveal": "never" } } ] -} \ No newline at end of file +}