Skip to content

Commit e74d9b6

Browse files
committedJan 8, 2024
fix: disable vue/no-extra-parens
1 parent 61e1bff commit e74d9b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/configs/vue.ts

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ export async function vue(
102102
'vue/multi-word-component-names': 'off',
103103
'vue/no-dupe-keys': 'off',
104104
'vue/no-empty-pattern': 'error',
105-
'vue/no-extra-parens': ['error', 'functions'],
106105
'vue/no-irregular-whitespace': 'error',
107106
'vue/no-loss-of-precision': 'error',
108107
'vue/no-restricted-syntax': [

0 commit comments

Comments
 (0)
Please sign in to comment.