[ci] format

This commit is contained in:
bholmesdev 2022-07-20 14:58:33 +00:00 committed by fredkbot
parent 61fec63044
commit 66012e334a

View file

@ -1,5 +1,5 @@
import type { AstroIntegration } from 'astro';
import mdxPlugin from '@mdx-js/rollup';
import type { AstroIntegration } from 'astro';
import { parse as parseESM } from 'es-module-lexer';
import { getFileInfo } from './utils.js';
@ -36,7 +36,7 @@ export default function mdx(): AstroIntegration {
// TODO: decline HMR updates until we have a stable approach
code += `\nif (import.meta.hot) {
import.meta.hot.decline();
}`
}`;
}
return code;
},