Fix eslint match-component-file-name

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-02-26 14:05:40 +01:00
commit 464f75ca29
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -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()