Skip to content

Commit

Permalink
fix(@schematics/angular): address eslint linting failures in test.ts
Browse files Browse the repository at this point in the history
Closes #22171

(cherry picked from commit 37a7239)
  • Loading branch information
alan-agius4 committed Nov 18, 2021
1 parent 7fc6895 commit 372e2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {

declare const require: {
context(path: string, deep?: boolean, filter?: RegExp): {
keys(): string[];
<T>(id: string): T;
keys(): string[];
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import {

declare const require: {
context(path: string, deep?: boolean, filter?: RegExp): {
keys(): string[];
<T>(id: string): T;
keys(): string[];
};
};

Expand Down

0 comments on commit 372e2e6

Please sign in to comment.