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 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
+ // tslint:disable-next-line: no-global-tslint-disable
9
+ // tslint:disable: no-implicit-dependencies
8
10
import * as Lint from 'tslint' ;
9
11
import * as ts from 'typescript' ;
10
12
Original file line number Diff line number Diff line change 12
12
* MIT - https://github.com/Sergiioo/tslint-defocus/blob/master/LICENSE
13
13
*/
14
14
15
+ // tslint:disable-next-line: no-global-tslint-disable
16
+ // tslint:disable: no-implicit-dependencies
15
17
import * as Lint from 'tslint' ;
16
18
import * as ts from 'typescript' ;
17
19
Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
+ // tslint:disable-next-line: no-global-tslint-disable
9
+ // tslint:disable: no-implicit-dependencies
8
10
import * as Lint from 'tslint' ;
9
11
import * as ts from 'typescript' ;
10
12
Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
+ // tslint:disable-next-line: no-global-tslint-disable
9
+ // tslint:disable: no-implicit-dependencies
8
10
import * as path from 'path' ;
9
11
import * as Lint from 'tslint' ;
10
12
import * as ts from 'typescript' ;
Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
+ // tslint:disable-next-line: no-global-tslint-disable
9
+ // tslint:disable: no-implicit-dependencies
8
10
import * as Lint from 'tslint' ;
9
11
import * as ts from 'typescript' ;
10
12
Original file line number Diff line number Diff line change 5
5
* Use of this source code is governed by an MIT-style license that can be
6
6
* found in the LICENSE file at https://angular.io/license
7
7
*/
8
- // tslint:disable-next-line:no-implicit-dependencies
8
+ // tslint:disable-next-line: no-global-tslint-disable
9
+ // tslint:disable: no-implicit-dependencies
9
10
import { JsonObject } from '@angular-devkit/core' ;
10
11
import { execSync } from 'child_process' ;
11
12
import * as fs from 'fs' ;
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import * as fs from 'fs';
11
11
import * as path from 'path' ;
12
12
import { packages } from '../lib/packages' ;
13
13
14
+ // tslint:disable: no-implicit-dependencies
14
15
const temp = require ( 'temp' ) ;
15
16
16
17
function die ( message = 'Unknown error.' ) {
You can’t perform that action at this time.
0 commit comments