style(client): fix vue/v-on-event-hyphenation
(#9389)
This commit is contained in:

committed by
GitHub

parent
f1fd1d2585
commit
049373de3b
@@ -61,6 +61,8 @@ module.exports = {
|
||||
'vue/max-attributes-per-line': 'off',
|
||||
'vue/html-self-closing': 'off',
|
||||
'vue/singleline-html-element-content-newline': 'off',
|
||||
// (vue/vue3-recommended disabled the autofix for Vue 2 compatibility)
|
||||
'vue/v-on-event-hyphenation': ['warn', 'always', { autofix: true }],
|
||||
},
|
||||
globals: {
|
||||
// Node.js
|
||||
|
Reference in New Issue
Block a user