Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Dec 4, 2023
1 parent 40dfc17 commit 7cc9c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineNuxtModule<ModuleOptions>({
defaults: {
// ...default options
},
setup(options, nuxt) {
setup(options, _nuxt) {
addVitePlugin(() => vite(options))
addWebpackPlugin(() => webpack(options))

Expand Down

0 comments on commit 7cc9c35

Please sign in to comment.