Skip to content

Commit

Permalink
Resolve lint warning with creators vue shim
Browse files Browse the repository at this point in the history
Signed-off-by: Phillip Rak <[email protected]>
  • Loading branch information
rak-phillip committed Jan 13, 2025
1 parent 3fdb129 commit e30d8e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions creators/extension/pkg/vue-shim.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export {}
export { };

declare module 'vue' {
interface ComponentCustomProperties {

Check warning on line 4 in creators/extension/pkg/vue-shim.ts

View workflow job for this annotation

GitHub Actions / lint

'ComponentCustomProperties' is defined but never used
Expand All @@ -12,4 +12,3 @@ declare module 'vue' {
}
}
}

0 comments on commit e30d8e2

Please sign in to comment.