Skip to content

Commit

Permalink
Run ESLint fix on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Mar 13, 2024
1 parent 76348aa commit ee68efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/size-limit/get-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const dynamicImport = async filePath => (await import(filePath)).default
* @returns {Promise<any>} The module exports from the loaded TypeScript file.
*/
const tsLoader = async filePath => {
const jiti = (await import('jiti')).default(fileURLToPath(import.meta.url), {
let jiti = (await import('jiti')).default(fileURLToPath(import.meta.url), {
interopDefault: true
})
return jiti(filePath)
Expand Down

0 comments on commit ee68efb

Please sign in to comment.