From 75ad9be5eb8f33eb21f0464aa75fea533361d16d Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sat, 25 Jul 2020 12:33:45 +0200 Subject: [PATCH] fix: add eslint ignore in index --- src/store/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/index.ts b/src/store/index.ts index be8e80c..f6cf71d 100644 --- a/src/store/index.ts +++ b/src/store/index.ts @@ -3,6 +3,7 @@ import Vuex from 'vuex' Vue.use(Vuex) +/* eslint-disable */ interface AlertInterface { color: string; text: string;