Skip to content

Commit

Permalink
chore: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 22, 2024
1 parent dbd05bb commit 0fe04e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineNuxtConfig({
hooks: {
'my-module:init'(sharedType) {
// @ts-expect-error invalid assignment
const b: number = sharedType
const _b: number = sharedType
},
},
})

0 comments on commit 0fe04e8

Please sign in to comment.