Sfoglia il codice sorgente

Removes tslint problem matcher

main
Eric Amodio 5 anni fa
parent
commit
f0d4bb8ac5
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      .vscode/tasks.json

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

@ -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"]
}
]
}

Caricamento…
Annulla
Salva