[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,
|
||||
ContentObservable,
|
||||
ContentPaths,
|
||||
getEntryInfo,
|
||||
getContentPaths,
|
||||
getEntryInfo,
|
||||
loadContentConfig,
|
||||
NoCollectionError,
|
||||
} from './utils.js';
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import matter from 'gray-matter';
|
||||
import { slug as githubSlug } from 'github-slugger';
|
||||
import matter from 'gray-matter';
|
||||
import type fsMod from 'node:fs';
|
||||
import path from 'node:path';
|
||||
import { fileURLToPath } from 'node:url';
|
||||
|
|
Loading…
Reference in a new issue