Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 9, 2024
1 parent fe448bb commit e3cf26f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/integrations/legacy-config/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

module.exports = {
root: true,
extends: ['plugin:vue/recommended', 'plugin:@intlify/vue-i18n/recommended-legacy'],
extends: [
'plugin:vue/recommended',
'plugin:@intlify/vue-i18n/recommended-legacy'
],
rules: {
'vue/multi-word-component-names': 'off'
},
Expand Down

0 comments on commit e3cf26f

Please sign in to comment.