[ci] format
This commit is contained in:
parent
3aa3e00a63
commit
a06692800e
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||||
|
|
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue