Skip to content

Commit

Permalink
a Atomatic linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jwloka committed Apr 29, 2024
1 parent 6471737 commit a39ec57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/testing/src/compile-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { ReporterMock } from "./ReporterMock";

export const compileOptions = (
system: ts.System,
// eslint-disable-next-line @typescript-eslint/no-redundant-type-constituents
overrides?: Partial<CompilerOptions> & { tsconfig?: Partial<ts.ParsedCommandLine>; project?: Partial<ts.CompilerOptions>; targets?: string[] }
): CompilerOptions => {
const reporter = new ReporterMock(system);
Expand Down

0 comments on commit a39ec57

Please sign in to comment.