Skip to content

Commit

Permalink
Chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Jan 10, 2025
1 parent 7cc9f1f commit b2861e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdx/src/config/load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as path from 'node:path';
import type { DocCollection, MetaCollection } from '@/config/define';
import { type GlobalConfig } from '@/config/types';
import type { ProcessorOptions } from '@mdx-js/mdx';
import { fileURLToPath, pathToFileURL } from 'node:url';
import { pathToFileURL } from 'node:url';

export function findConfigFile(): string {
return path.resolve('source.config.ts');
Expand Down

0 comments on commit b2861e5

Please sign in to comment.