Skip to content

Commit

Permalink
fix(eslint): disable vue rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed May 9, 2024
1 parent 1d5e1c7 commit f41aea8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/eslint/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const vue3Rules = {
'vue/no-required-prop-with-default': 'error',
'vue/prefer-define-options': 'error',
'vue/require-macro-variable-name': 'error',
'vue/v-on-handler-style': ['error', ['method', 'inline']],
'vue/valid-define-options': 'error',
'vue-scoped-css/no-deprecated-v-enter-v-leave-class': 'error',
'vue-scoped-css/v-deep-pseudo-style': ['error', ':deep'],
Expand Down Expand Up @@ -209,13 +208,6 @@ export function vue(options: VueOptions = {}): Config[] {
'error',
{ allow: ['scoped', 'module'] },
],
'vue/match-component-file-name': [
'error',
{
extensions: ['jsx', 'tsx', 'vue'],
shouldMatchCase: true,
},
],
'vue/next-tick-style': ['error', 'promise'],
'vue/no-boolean-default': ['error', 'default-false'],
'vue/no-deprecated-model-definition': 'error',
Expand Down

0 comments on commit f41aea8

Please sign in to comment.