|
|
@ -20,18 +20,13 @@ |
|
|
|
"type": "npm", |
|
|
|
"script": "build", |
|
|
|
"group": "build", |
|
|
|
"problemMatcher": [ |
|
|
|
"$ts-checker-webpack", |
|
|
|
"$ts-checker-eslint-webpack" |
|
|
|
] |
|
|
|
"problemMatcher": ["$ts-checker-webpack", "$ts-checker-eslint-webpack"] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "npm", |
|
|
|
"script": "lint", |
|
|
|
"group": "build", |
|
|
|
"problemMatcher": [ |
|
|
|
"$eslint-stylish" |
|
|
|
] |
|
|
|
"problemMatcher": ["$eslint-stylish"] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"type": "npm", |
|
|
@ -44,10 +39,7 @@ |
|
|
|
"presentation": { |
|
|
|
"group": "watchers" |
|
|
|
}, |
|
|
|
"problemMatcher": [ |
|
|
|
"$ts-checker-webpack-watch", |
|
|
|
"$ts-checker-eslint-webpack-watch" |
|
|
|
] |
|
|
|
"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"] |
|
|
|
}, |
|
|
|
{ |
|
|
|
"label": "Run (local web)", |
|
|
|