We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ff104 + 06bfbf4 commit 049cd90Copy full SHA for 049cd90
parts/vue3.js
@@ -29,10 +29,10 @@ module.exports = {
29
// See https://vuejs.org/style-guide/rules-strongly-recommended.html#multi-attribute-elements
30
'vue/first-attribute-linebreak': ['error', {
31
singleline: 'beside',
32
- multiline: 'below',
+ multiline: 'beside',
33
}],
34
- // Prevent conflicts with native HTML elements
35
- 'vue/multi-word-component-names': 'error',
+ // Allow single-word components names
+ 'vue/multi-word-component-names': ['off'],
36
// custom event naming convention
37
'vue/custom-event-name-casing': 'warning',
38
},
0 commit comments