fix: add eslint ignore in index
This commit is contained in:
parent
96bd968c33
commit
75ad9be5eb
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue