From a52e93bf50f214a7d68f82f20d1d90f432a4ba01 Mon Sep 17 00:00:00 2001 From: iamsivin Date: Fri, 26 Jul 2024 00:09:15 +0530 Subject: [PATCH] fix: apply ESLint rule vue/match-component-import-name --- .eslintrc.js | 1 + .../superadmin_pages/views/playground/Index.vue | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index e451e0da7..5e6b7be07 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -51,6 +51,7 @@ module.exports = { }, ], 'vue/define-props-declaration': ['error', 'runtime'], + 'vue/match-component-import-name': ['error'], 'vue/max-attributes-per-line': [ 'error', { diff --git a/app/javascript/superadmin_pages/views/playground/Index.vue b/app/javascript/superadmin_pages/views/playground/Index.vue index 15d325ced..496adac2e 100644 --- a/app/javascript/superadmin_pages/views/playground/Index.vue +++ b/app/javascript/superadmin_pages/views/playground/Index.vue @@ -1,14 +1,14 @@