Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Feb 8, 2025
1 parent f9cd44a commit b414d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fern-docs/ui/src/mdx/plugins/rehype-links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface RehypeLinksOptions {
export function rehypeLinks({ replaceHref }: RehypeLinksOptions = {}): (
ast: Hast.Root
) => void {
return function (ast): void {
return (ast) => {
if (replaceHref == null) {
return;
}
Expand Down

0 comments on commit b414d5b

Please sign in to comment.