[ci] format

This commit is contained in:
bholmesdev 2023-01-03 14:47:50 +00:00 committed by fredkbot
parent 3aa3e00a63
commit a06692800e
2 changed files with 2 additions and 2 deletions

View file

@ -12,8 +12,8 @@ import {
ContentConfig, ContentConfig,
ContentObservable, ContentObservable,
ContentPaths, ContentPaths,
getEntryInfo,
getContentPaths, getContentPaths,
getEntryInfo,
loadContentConfig, loadContentConfig,
NoCollectionError, NoCollectionError,
} from './utils.js'; } from './utils.js';

View file

@ -1,5 +1,5 @@
import matter from 'gray-matter';
import { slug as githubSlug } from 'github-slugger'; import { slug as githubSlug } from 'github-slugger';
import matter from 'gray-matter';
import type fsMod from 'node:fs'; import type fsMod from 'node:fs';
import path from 'node:path'; import path from 'node:path';
import { fileURLToPath } from 'node:url'; import { fileURLToPath } from 'node:url';