Skip to content

Commit 37a987d

Browse files
committed
chore: 🔇 supress ts warning
1 parent 65535d9 commit 37a987d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vue.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ declare module 'vue/types/vue' {
1515
}
1616
}
1717
declare module 'vue/types/options' {
18+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
1819
interface ComponentOptions<V extends _Vue> {
1920
errors?: ValidatorType
2021
}

0 commit comments

Comments
 (0)