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

Commit

Permalink
feat(projects): turn off vue/no-setup-props-reactivity-loss
Browse files Browse the repository at this point in the history
  • Loading branch information
honghuangdc committed Jan 25, 2024
1 parent 21bc17b commit b95c2c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export async function createVueConfig(options?: RequiredVueOptions) {
'vue/no-duplicate-attr-inheritance': 'warn',
'vue/no-ref-object-reactivity-loss': 'error',
'vue/no-required-prop-with-default': 'warn',
'vue/no-setup-props-reactivity-loss': 'error',
'vue/no-static-inline-styles': 'warn',
'vue/no-template-target-blank': 'error',
'vue/no-this-in-before-route-enter': 'error',
Expand Down

0 comments on commit b95c2c5

Please sign in to comment.