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 +}