Skip to content

Commit

Permalink
fix: disable vue/no-extra-parens
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 8, 2024
1 parent 61e1bff commit e74d9b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/vue.ts
Expand Up @@ -102,7 +102,6 @@ export async function vue(
'vue/multi-word-component-names': 'off',
'vue/no-dupe-keys': 'off',
'vue/no-empty-pattern': 'error',
'vue/no-extra-parens': ['error', 'functions'],
'vue/no-irregular-whitespace': 'error',
'vue/no-loss-of-precision': 'error',
'vue/no-restricted-syntax': [
Expand Down

0 comments on commit e74d9b6

Please sign in to comment.