We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 049cd90 + 05bd142 commit 3a00b1bCopy full SHA for 3a00b1b
parts/vue3.js
@@ -4,7 +4,7 @@ module.exports = {
4
parserOptions: {
5
parser: '@babel/eslint-parser',
6
},
7
- extends: ['plugin:vue3/recommended'],
+ extends: ['plugin:vue/vue3-recommended'],
8
rules: {
9
'vue/html-indent': ['error', 'tab'],
10
// PascalCase components names for vuejs
@@ -34,6 +34,6 @@ module.exports = {
34
// Allow single-word components names
35
'vue/multi-word-component-names': ['off'],
36
// custom event naming convention
37
- 'vue/custom-event-name-casing': 'warning',
+ 'vue/custom-event-name-casing': 'warn',
38
39
}
0 commit comments