Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jul 28, 2024
1 parent 51566e9 commit eaa9f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ export class Marked {
(src: string, options?: MarkedOptions | undefined | null): string | Promise<string>;
};

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const parse: overloadedParse = (src: string, options?: MarkedOptions | undefined | null): any => {
const origOpt = { ...options };
const opt = { ...this.defaults, ...origOpt };
Expand Down

0 comments on commit eaa9f03

Please sign in to comment.