Skip to content

Commit

Permalink
fix(vue): exclude i18n from vue/component-name-in-template-casing rule
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos committed Jul 20, 2023
1 parent ee0dfb1 commit a50b998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ module.exports = defineConfig({
'PascalCase',
{
registeredComponentsOnly: false,
ignores: [],
ignores: ['i18n', 'i18n-t', 'i18n-d', 'i18n-n'],
},
],
'vue/no-static-inline-styles': [
Expand Down

0 comments on commit a50b998

Please sign in to comment.