style(dev-infra): correct tslint failures in dev-infra directory (#37233)

Fixes tslint failures in dev-infra directory as the directory is now
part of the tslint enforced files.

PR Close #37233
This commit is contained in:
Joey Perrott
2020-05-20 16:04:46 -07:00
committed by atscott
parent 3d327d25f0
commit d713e33cc4
11 changed files with 35 additions and 15 deletions

View File

@ -36,7 +36,7 @@ exports.config = {
showColors: true,
defaultTimeoutInterval: 90000,
print: function(msg) {
console.log(msg);
console.info(msg);
},
},
useAllAngular2AppRoots: true