diff options
author | 2023-03-07 19:07:44 +0000 | |
---|---|---|
committer | 2023-03-07 19:07:44 +0000 | |
commit | 05c5ef155f414d4939f84e1d1720a62763315423 (patch) | |
tree | 0ff2416cc9697c5922beb6bcd2ea7ad5b7769101 /packages/integrations/mdx/src/plugins.ts | |
parent | fec583909ab62829dc0c1600e2387979365f2b94 (diff) | |
download | astro-05c5ef155f414d4939f84e1d1720a62763315423.tar.gz astro-05c5ef155f414d4939f84e1d1720a62763315423.tar.zst astro-05c5ef155f414d4939f84e1d1720a62763315423.zip |
[ci] format
Diffstat (limited to 'packages/integrations/mdx/src/plugins.ts')
-rw-r--r-- | packages/integrations/mdx/src/plugins.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/integrations/mdx/src/plugins.ts b/packages/integrations/mdx/src/plugins.ts index 850911077..fca2ce0a2 100644 --- a/packages/integrations/mdx/src/plugins.ts +++ b/packages/integrations/mdx/src/plugins.ts @@ -4,12 +4,11 @@ import { safelyGetAstroData, } from '@astrojs/markdown-remark/dist/internal.js'; import { nodeTypes } from '@mdx-js/mdx'; -import type { Options as MdxRollupPluginOptions } from '@mdx-js/rollup'; import type { PluggableList } from '@mdx-js/mdx/lib/core.js'; +import type { Options as MdxRollupPluginOptions } from '@mdx-js/rollup'; import type { AstroConfig } from 'astro'; import type { Literal, MemberExpression } from 'estree'; import { visit as estreeVisit } from 'estree-util-visit'; -import type { Image } from 'mdast'; import rehypeRaw from 'rehype-raw'; import remarkGfm from 'remark-gfm'; import remarkSmartypants from 'remark-smartypants'; |