Skip to content

Commit

Permalink
Merge pull request #770 from nextcloud-libraries/fix/vue3-part
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed May 16, 2024
2 parents 049cd90 + 05bd142 commit 3a00b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parts/vue3.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
parserOptions: {
parser: '@babel/eslint-parser',
},
extends: ['plugin:vue3/recommended'],
extends: ['plugin:vue/vue3-recommended'],
rules: {
'vue/html-indent': ['error', 'tab'],
// PascalCase components names for vuejs
Expand Down Expand Up @@ -34,6 +34,6 @@ module.exports = {
// Allow single-word components names
'vue/multi-word-component-names': ['off'],
// custom event naming convention
'vue/custom-event-name-casing': 'warning',
'vue/custom-event-name-casing': 'warn',
},
}

0 comments on commit 3a00b1b

Please sign in to comment.