From 464f75ca29785db7d0d76d0f699c81568ced65d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 26 Feb 2020 14:05:40 +0100 Subject: [PATCH] Fix eslint match-component-file-name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/plugins/plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/plugin.js b/src/plugins/plugin.js index 8a0067a..04c76a7 100644 --- a/src/plugins/plugin.js +++ b/src/plugins/plugin.js @@ -12,6 +12,7 @@ const Modal = { this.EventBus = new Vue() // making our modal component global + // eslint-disable-next-line vue/match-component-file-name Vue.component('ModalDialog', ModalDialog) // exposing global $modal object with method show()