Skip to content

Commit

Permalink
chore: fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Oct 30, 2023
1 parent fe8b267 commit c5c7220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jiti.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ export default function createJITI(
return opts.interopDefault ? interopDefault(mod) : mod;
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
function jiti(id: string, _importOptions?: JITIImportOptions) {
const cache = parentCache || {};

Expand Down

0 comments on commit c5c7220

Please sign in to comment.