Skip to content

Commit 3a00b1b

Browse files
authored
Merge pull request #770 from nextcloud-libraries/fix/vue3-part
2 parents 049cd90 + 05bd142 commit 3a00b1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parts/vue3.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
parserOptions: {
55
parser: '@babel/eslint-parser',
66
},
7-
extends: ['plugin:vue3/recommended'],
7+
extends: ['plugin:vue/vue3-recommended'],
88
rules: {
99
'vue/html-indent': ['error', 'tab'],
1010
// PascalCase components names for vuejs
@@ -34,6 +34,6 @@ module.exports = {
3434
// Allow single-word components names
3535
'vue/multi-word-component-names': ['off'],
3636
// custom event naming convention
37-
'vue/custom-event-name-casing': 'warning',
37+
'vue/custom-event-name-casing': 'warn',
3838
},
3939
}

0 commit comments

Comments
 (0)