[ci] format

This commit is contained in:
bholmesdev 2023-02-03 21:50:51 +00:00 committed by fredkbot
parent 9f22ac3d09
commit 4f150e80b1

View file

@ -7,13 +7,13 @@ import { AstroErrorData } from '../core/errors/errors-data.js';
import { AstroError } from '../core/errors/errors.js';
import { escapeViteEnvReferences, getFileInfo } from '../vite-plugin-utils/index.js';
import { contentFileExts, CONTENT_FLAG } from './consts.js';
import { getEntryType } from './utils.js';
import {
ContentConfig,
getContentPaths,
getEntryData,
getEntryInfo,
getEntrySlug,
getEntryType,
globalContentConfigObserver,
parseFrontmatter,
} from './utils.js';