Skip to content

Commit

Permalink
fix: remove not used vars (yarn lint works)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadjow committed Nov 2, 2023
1 parent 41aa042 commit 7554ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineNuxtModule<ModuleOptions>({
},
// Default configuration options of the Nuxt module
defaults: {},
setup(options, nuxt) {
setup() {
const resolver = createResolver(import.meta.url);

// Do not add the extension since the `.ts` will be transpiled to `.mjs` after `npm run prepack`
Expand Down

0 comments on commit 7554ef0

Please sign in to comment.