Skip to content

Commit

Permalink
add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
koshic committed Oct 14, 2023
1 parent 37ff27f commit b948324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esmockReslover.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import resolvewithplus from 'resolvewithplus'

const pnpResolver = process.versions.pnp && (await import('./pnpResolver.js')).default;

Check failure on line 3 in src/esmockReslover.js

View workflow job for this annotation

GitHub Actions / build

This line has a length of 87. Maximum allowed is 80

Check failure on line 3 in src/esmockReslover.js

View workflow job for this annotation

GitHub Actions / build

Extra semicolon

export default async opts => opts.resolver || pnpResolver || resolvewithplus
export default async opts => opts.resolver || pnpResolver || resolvewithplus

0 comments on commit b948324

Please sign in to comment.