Ver a proveniência

Removes tslint problem matcher

main
Eric Amodio há 5 anos
ascendente
cometimento
f0d4bb8ac5
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      .vscode/tasks.json

+ 2
- 2
.vscode/tasks.json Ver ficheiro

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

Carregando…
Cancelar
Guardar