Skip to content

Commit 04d394b

Browse files
committed
Fix 'npm: watch' problem matcher, run eslint in webpack
Closes #115 Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 46ec2e5 commit 04d394b

4 files changed

Lines changed: 388 additions & 159 deletions

File tree

.vscode/tasks.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"type": "npm",
88
"script": "watch",
99
"problemMatcher": [
10-
"$ts-webpack-watch"
10+
"$ts-webpack-watch",
11+
"$eslint-stylish"
1112
],
1213
"isBackground": true,
1314
"presentation": {

0 commit comments

Comments
 (0)