Skip to content

Commit e992c9a

Browse files
alan-agius4clydin
authored andcommitted
build: update files to be fix eslint header/header failures
1 parent a8ec1f0 commit e992c9a

File tree

115 files changed

+115
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+115
-0
lines changed

lib/registries.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
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+
89
/** URL to Wombat NPM registry proxy. */
910
export const wombat = 'https://wombat-dressing-room.appspot.com';

packages/angular/cli/commands/config-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
import { JsonValue, tags } from '@angular-devkit/core';
910
import { v4 as uuidV4 } from 'uuid';
1011
import { Command } from '../models/command';

packages/angular/cli/commands/doc-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
import * as open from 'open';
910
import { Command } from '../models/command';
1011
import { Arguments } from '../models/interface';

packages/angular/cli/commands/e2e-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
import { ArchitectCommand } from '../models/architect-command';
910
import { Arguments } from '../models/interface';
1011
import { Schema as E2eCommandSchema } from './e2e';

packages/angular/cli/commands/extract-i18n-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
import { ArchitectCommand } from '../models/architect-command';
910
import { Arguments } from '../models/interface';
1011
import { Schema as ExtractI18nCommandSchema } from './extract-i18n';

packages/angular/cli/commands/run-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
import { ArchitectCommand, ArchitectCommandOptions } from '../models/architect-command';
910
import { Arguments } from '../models/interface';
1011
import { Schema as RunCommandSchema } from './run';

packages/angular/cli/commands/test-impl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
import { ArchitectCommand, ArchitectCommandOptions } from '../models/architect-command';
910
import { Arguments } from '../models/interface';
1011
import { Schema as TestCommandSchema } from './test';

packages/angular/cli/models/error.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
export class NgToolkitError extends Error {
910
constructor(message?: string) {
1011
super();

packages/angular/cli/models/version.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
// Same structure as used in framework packages
910
export class Version {
1011
public readonly major: string;

packages/angular/cli/utilities/find-up.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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+
89
import { existsSync } from 'fs';
910
import * as path from 'path';
1011

0 commit comments

Comments
 (0)