Skip to content

Commit

Permalink
chore(lint): Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2024
1 parent beefcb7 commit a8828da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/loaders/loadLocalCollection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default async function createLocalCollection(
prefix: "local",
keepTitles: true,
includeSubDirs: true,
ignoreImportErrors: 'warn',
ignoreImportErrors: "warn",
keyword: (file) => file.subdir + file.file,
});

Expand Down

2 comments on commit a8828da

@vercel
Copy link

@vercel vercel bot commented on a8828da Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on a8828da Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

api-astroicon – ./packages/service

api-astroicon-nmoo.vercel.app
api.astroicon.dev
api-astroicon-git-main-nmoo.vercel.app

Please sign in to comment.