We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ff104 commit e3e06f4Copy full SHA for e3e06f4
parts/vue3.js
@@ -34,6 +34,6 @@ module.exports = {
34
// Prevent conflicts with native HTML elements
35
'vue/multi-word-component-names': 'error',
36
// custom event naming convention
37
- 'vue/custom-event-name-casing': 'warning',
+ 'vue/custom-event-name-casing': 'warn',
38
},
39
}
0 commit comments