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