Refactor the lint-task
This commit is contained in:
parent
cadbc594c0
commit
e336072b11
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
|
@ -120,11 +120,11 @@
|
|||
{
|
||||
"label": "Lint",
|
||||
"type": "npm",
|
||||
"script": "lint",
|
||||
"problemMatcher": "$tslint5",
|
||||
"script": "lint-ide",
|
||||
"problemMatcher": "$eslint-stylish",
|
||||
"presentation": {
|
||||
"reveal": "never"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue