Skip to content

Commit

Permalink
feat(vue): bump to v9.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Oct 11, 2024
1 parent 767499e commit ae9b3a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export const vue = (options: ConfigVueOptions = {}): TypedConfigItem[] => {
'vue/no-irregular-whitespace': 'error',
'vue/no-use-v-else-with-v-for': 'error',
'vue/require-typed-object-prop': 'error',
'vue/no-deprecated-delete-set': 'error',
'vue/no-extra-parens': ['error', 'functions'],
'vue/no-restricted-syntax': [
'error',
Expand Down

0 comments on commit ae9b3a4

Please sign in to comment.