diff --git a/.eslintrc.js b/.eslintrc.js index 6a91ef912..d95433458 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -158,6 +158,7 @@ module.exports = { }, ], 'vue/no-v-text': 'error', + 'vue/padding-line-between-blocks': ['error', 'always'], 'vue/max-attributes-per-line': [ 'error', { diff --git a/app/javascript/dashboard/components/ChatList.vue b/app/javascript/dashboard/components/ChatList.vue index 6ab310b11..47dc79bb7 100644 --- a/app/javascript/dashboard/components/ChatList.vue +++ b/app/javascript/dashboard/components/ChatList.vue @@ -980,6 +980,7 @@ export default { + + +