File tree Expand file tree Collapse file tree 7 files changed +13
-1
lines changed Expand file tree Collapse file tree 7 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8+ // tslint:disable-next-line: no-global-tslint-disable
9+ // tslint:disable: no-implicit-dependencies
810import * as Lint from 'tslint' ;
911import * as ts from 'typescript' ;
1012
Original file line number Diff line number Diff line change 1212 * MIT - https://github.com/Sergiioo/tslint-defocus/blob/master/LICENSE
1313 */
1414
15+ // tslint:disable-next-line: no-global-tslint-disable
16+ // tslint:disable: no-implicit-dependencies
1517import * as Lint from 'tslint' ;
1618import * as ts from 'typescript' ;
1719
Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8+ // tslint:disable-next-line: no-global-tslint-disable
9+ // tslint:disable: no-implicit-dependencies
810import * as Lint from 'tslint' ;
911import * as ts from 'typescript' ;
1012
Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8+ // tslint:disable-next-line: no-global-tslint-disable
9+ // tslint:disable: no-implicit-dependencies
810import * as path from 'path' ;
911import * as Lint from 'tslint' ;
1012import * as ts from 'typescript' ;
Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8+ // tslint:disable-next-line: no-global-tslint-disable
9+ // tslint:disable: no-implicit-dependencies
810import * as Lint from 'tslint' ;
911import * as ts from 'typescript' ;
1012
Original file line number Diff line number Diff line change 55 * Use of this source code is governed by an MIT-style license that can be
66 * found in the LICENSE file at https://angular.io/license
77 */
8- // tslint:disable-next-line:no-implicit-dependencies
8+ // tslint:disable-next-line: no-global-tslint-disable
9+ // tslint:disable: no-implicit-dependencies
910import { JsonObject } from '@angular-devkit/core' ;
1011import { execSync } from 'child_process' ;
1112import * as fs from 'fs' ;
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import * as fs from 'fs';
1111import * as path from 'path' ;
1212import { packages } from '../lib/packages' ;
1313
14+ // tslint:disable: no-implicit-dependencies
1415const temp = require ( 'temp' ) ;
1516
1617function die ( message = 'Unknown error.' ) {
You can’t perform that action at this time.
0 commit comments