Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jan 18, 2025
1 parent d26b62e commit 9150314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MarkedOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export interface MarkedOptions extends Omit<MarkedExtension, 'hooks' | 'renderer
[name: string]: RendererExtensionFunction;
};
tokenizers: {
/* eslint-disable-next-line no-unused-vars */
[k in TokenizerPosition]?: TokenizerExtensionFunction[];
};
childTokens: {
Expand Down

0 comments on commit 9150314

Please sign in to comment.