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:
@ -36,7 +36,7 @@ exports.config = {
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: 90000,
|
||||
print: function(msg) {
|
||||
console.log(msg);
|
||||
console.info(msg);
|
||||
},
|
||||
},
|
||||
useAllAngular2AppRoots: true
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright Google Inc. All Rights Reserved.
|
||||
* Copyright Google LLC All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by an MIT-style license that can be
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
|
Reference in New Issue
Block a user