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)
|
||||
|
||||
/* eslint-disable */
|
||||
interface AlertInterface {
|
||||
color: string;
|
||||
text: string;
|
||||
|
|
Loading…
Reference in a new issue