Skip to content

Commit b280239

Browse files
committed
chore: modify ESLint rules
1 parent c4ee4a7 commit b280239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default antfu(
1919
'vue/no-deprecated-dollar-scopedslots-api': 'off',
2020
'vue/no-v-html': 'off',
2121
'vue/singleline-html-element-content-newline': 'off',
22+
'vue/v-on-event-hyphenation': ['error', 'never'],
2223
},
2324
},
2425
)

0 commit comments

Comments
 (0)