Skip to content

Commit

Permalink
feat(eslint): add vue/no-deprecated-delete-set for vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Oct 12, 2024
1 parent 2061d4a commit 88c57cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/eslint/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ const vue3Rules: Rules = {
"vue/html-button-has-type": "error",
"vue/next-tick-style": "error",
"vue/no-boolean-default": ["error", "default-false"],
"vue/no-deprecated-delete-set": "error",
"vue/no-deprecated-model-definition": "error",
"vue/no-duplicate-attr-inheritance": "error",
"vue/no-empty-component-block": "error",
Expand Down

0 comments on commit 88c57cc

Please sign in to comment.