feat: update eslint config

support async component, see: https://eslint.vuejs.org/user-guide/#how-to-use-a-custom-parser
This commit is contained in:
Dominik Pschenitschni 2022-10-04 12:48:23 +02:00
parent f360ebfe98
commit 4655e1ce34
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
22 changed files with 57 additions and 47 deletions

View file

@ -15,7 +15,7 @@ export interface IList extends IAbstract {
isArchived: boolean
hexColor: string
identifier: string
backgroundInformation: any // FIXME: improve type
backgroundInformation: unknown | null // FIXME: improve type
isFavorite: boolean
subscription: ISubscription
position: number