Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Feb 7, 2025
1 parent 7b16840 commit 0712786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/fern-docs/mdx/src/plugins/rehype-expression-to-md.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Program } from "estree";
import type { Program } from "estree";
import { walk } from "estree-walker";
import { toEstree } from "hast-util-to-estree";
import { toHast } from "mdast-util-to-hast";
Expand All @@ -10,7 +10,7 @@ import {
isMdxJsxAttribute,
isMdxJsxElementHast,
} from "../mdx-utils";
import { Hast, Mdast } from "../types";
import type { Hast, Mdast } from "../types";

export const rehypeExpressionToMd: Plugin<
[{ mdxJsxElementAllowlist?: Record<string, string[]> }?],
Expand Down

0 comments on commit 0712786

Please sign in to comment.