Skip to content

Commit

Permalink
fix(migrations): Fixed file format issue with lint (#48859)
Browse files Browse the repository at this point in the history
A file was out of format and throwing lint errors. This fixes it.

PR Close #48859
  • Loading branch information
thePunderWoman committed Jan 26, 2023
1 parent af31f98 commit 9e86dd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/schematics/utils/typescript/compiler_host.ts
Expand Up @@ -8,6 +8,7 @@
import {Tree} from '@angular-devkit/schematics';
import {dirname, relative, resolve} from 'path';
import ts from 'typescript';

import {parseTsconfigFile} from './parse_tsconfig';

export type FakeReadFileFn = (fileName: string) => string|undefined;
Expand Down

0 comments on commit 9e86dd2

Please sign in to comment.