Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
feat(vue): force defineProps type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolassutter committed Dec 20, 2022
1 parent 9aa79f6 commit c5e50df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vue/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ export = defineConfig({
deepData: false
}],
'vue/define-macros-order': ['error'],
'vue/define-props-declaration': ['error', 'type-based']
}
})

0 comments on commit c5e50df

Please sign in to comment.