Skip to content

Commit f6b51a9

Browse files
committed
eslint
1 parent 707d88d commit f6b51a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mdx.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,7 @@ export async function getFileBySlug(slug: string): Promise<SlugFile> {
538538

539539
if (process.env.CI) {
540540
if (skipCache) {
541+
// eslint-disable-next-line no-console
541542
console.info(`Skipping cache for ${sourcePath}`);
542543
} else {
543544
cacheKey = md5(source);

0 commit comments

Comments
 (0)