Bläddra i källkod

Removes tslint problem matcher

main
Eric Amodio 5 år sedan
förälder
incheckning
f0d4bb8ac5
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      .vscode/tasks.json

+ 2
- 2
.vscode/tasks.json Visa fil

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

Laddar…
Avbryt
Spara