Skip to content

Commit

Permalink
- B fixed typing error
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed May 20, 2024
1 parent 871f387 commit 58bd99a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import * as path from "path";
import * as _ from "lodash";
import * as yaml from "js-yaml";
import { ReportLaunchingCircuitBreaker } from "./Reporting/ReportLaunchingCircuitBreaker";
import {ApprovalFailureReporter} from "./Core/ApprovalFailureReporter";

export interface Config {
reporters: string[];
reporters: (string | ApprovalFailureReporter)[];
normalizeLineEndingsTo: boolean | string;
failOnLineEndingDifferences: boolean;
appendEOL: boolean;
Expand Down

0 comments on commit 58bd99a

Please sign in to comment.