fix: add eslint ignore in index

This commit is contained in:
Matthieu Bessat 2020-07-25 12:33:45 +02:00
parent 96bd968c33
commit 75ad9be5eb

View file

@ -3,6 +3,7 @@ import Vuex from 'vuex'
Vue.use(Vuex) Vue.use(Vuex)
/* eslint-disable */
interface AlertInterface { interface AlertInterface {
color: string; color: string;
text: string; text: string;