mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 10:11:50 +08:00
style: disable no-implicit-dependencies
in scripts and rules
This commit is contained in:
parent
0ba12c3a90
commit
a32429f799
@ -5,6 +5,8 @@
|
||||
* 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
|
||||
*/
|
||||
// tslint:disable-next-line: no-global-tslint-disable
|
||||
// tslint:disable: no-implicit-dependencies
|
||||
import * as Lint from 'tslint';
|
||||
import * as ts from 'typescript';
|
||||
|
||||
|
@ -12,6 +12,8 @@
|
||||
* MIT - https://github.com/Sergiioo/tslint-defocus/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
// tslint:disable-next-line: no-global-tslint-disable
|
||||
// tslint:disable: no-implicit-dependencies
|
||||
import * as Lint from 'tslint';
|
||||
import * as ts from 'typescript';
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
* 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
|
||||
*/
|
||||
// tslint:disable-next-line: no-global-tslint-disable
|
||||
// tslint:disable: no-implicit-dependencies
|
||||
import * as Lint from 'tslint';
|
||||
import * as ts from 'typescript';
|
||||
|
||||
|
@ -5,6 +5,8 @@
|
||||
* 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
|
||||
*/
|
||||
// tslint:disable-next-line: no-global-tslint-disable
|
||||
// tslint:disable: no-implicit-dependencies
|
||||
import * as path from 'path';
|
||||
import * as Lint from 'tslint';
|
||||
import * as ts from 'typescript';
|
||||
|
@ -5,6 +5,8 @@
|
||||
* 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
|
||||
*/
|
||||
// tslint:disable-next-line: no-global-tslint-disable
|
||||
// tslint:disable: no-implicit-dependencies
|
||||
import * as Lint from 'tslint';
|
||||
import * as ts from 'typescript';
|
||||
|
||||
|
@ -5,7 +5,8 @@
|
||||
* 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
|
||||
*/
|
||||
// tslint:disable-next-line:no-implicit-dependencies
|
||||
// tslint:disable-next-line: no-global-tslint-disable
|
||||
// tslint:disable: no-implicit-dependencies
|
||||
import { JsonObject } from '@angular-devkit/core';
|
||||
import { execSync } from 'child_process';
|
||||
import * as fs from 'fs';
|
||||
|
@ -11,6 +11,7 @@ import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
import { packages } from '../lib/packages';
|
||||
|
||||
// tslint:disable: no-implicit-dependencies
|
||||
const temp = require('temp');
|
||||
|
||||
function die(message = 'Unknown error.') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user