Skip to content

Commit

Permalink
Get rid of some biome-ignore comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Sep 18, 2024
1 parent b7b6624 commit f58f718
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/react-pdf/src/pdf.worker.entry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@
// @ts-expect-error - pdfjs-dist does not ship with types
await import('pdfjs-dist/build/pdf.worker.mjs');

// biome-ignore lint/style/useExportType: This export is necessary for the file to be a module
export {};
1 change: 0 additions & 1 deletion sample/next-app/empty-module.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// biome-ignore lint/style/useExportType: This export is necessary for the file to be a module
export {};
1 change: 0 additions & 1 deletion sample/next-pages/empty-module.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
// biome-ignore lint/style/useExportType: This export is necessary for the file to be a module
export {};

0 comments on commit f58f718

Please sign in to comment.