[ci] format
This commit is contained in:
parent
4f6b5ae2ba
commit
a8cbd7c71a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import fs from 'node:fs';
|
|||
import { fileURLToPath } from 'node:url';
|
||||
import type { ErrorPayload as ViteErrorPayload } from 'vite';
|
||||
import type { ComponentConfig } from './config.js';
|
||||
import { MarkdocError, isComponentConfig, isValidUrl, prependForwardSlash } from './utils.js';
|
||||
import { isComponentConfig, isValidUrl, MarkdocError, prependForwardSlash } from './utils.js';
|
||||
// @ts-expect-error Cannot get the types here without `moduleResolution: 'nodenext'`
|
||||
import { emitESMImage } from 'astro/assets/utils';
|
||||
import path from 'node:path';
|
||||
|
|
Loading…
Reference in a new issue