Browse Source

Removes tslint problem matcher

main
Eric Amodio 5 years ago
parent
commit
f0d4bb8ac5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .vscode/tasks.json

+ 2
- 2
.vscode/tasks.json View File

@ -20,7 +20,7 @@
"type": "npm", "type": "npm",
"script": "build", "script": "build",
"group": "build", "group": "build",
"problemMatcher": ["$ts-webpack", "$tslint-webpack"]
"problemMatcher": ["$ts-webpack"]
}, },
{ {
"type": "npm", "type": "npm",
@ -36,7 +36,7 @@
"isDefault": true "isDefault": true
}, },
"isBackground": true, "isBackground": true,
"problemMatcher": ["$ts-webpack-watch", "$tslint-webpack-watch"]
"problemMatcher": ["$ts-webpack-watch"]
} }
] ]
} }

Loading…
Cancel
Save