diff --git a/.eslintrc.js b/.eslintrc.js index 1481e550f..d28505a30 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,6 +33,13 @@ module.exports = { order: ['script', 'template', 'style'], }, ], + 'vue/component-name-in-template-casing': [ + 'error', + 'PascalCase', + { + registeredComponentsOnly: true, + }, + ], 'vue/max-attributes-per-line': [ 'error', { diff --git a/app/javascript/dashboard/App.vue b/app/javascript/dashboard/App.vue index 67bb3d692..6604f7cc5 100644 --- a/app/javascript/dashboard/App.vue +++ b/app/javascript/dashboard/App.vue @@ -128,23 +128,20 @@ export default { :class="{ 'app-rtl--wrapper': isRTLView }" :dir="isRTLView ? 'rtl' : 'ltr'" > - + - - - + + + - +