feat(members): add, read and update memberships #112
check.yml
on: pull_request
Check for lint and typescript error
32s
Annotations
7 errors
Check for lint and typescript error
Process completed with exit code 2.
|
Check for lint and typescript error:
src/views/Private/Stats/Incomes/StatsIncomes.vue#L22
Type '() => { label: string; atClick: () => string[]; }[]' is not assignable to type 'boolean | (() => { label: string; atClick: () => Date[]; }[]) | undefined'.
|
Check for lint and typescript error:
src/views/Private/Stats/Incomes/StatsIncomes.vue#L16
Property 'shortcuts' is missing in type '{ footer: { apply: string; cancel: string; }; }' but required in type '{ shortcuts: { today: string; yesterday: string; past: (period: number) => string; currentMonth: string; pastMonth: string; }; footer: { apply: string; cancel: string; }; }'.
|
Check for lint and typescript error:
src/views/Private/Stats/Activity/StatsActivity.vue#L22
Type '() => { label: string; atClick: () => string[]; }[]' is not assignable to type 'boolean | (() => { label: string; atClick: () => Date[]; }[]) | undefined'.
|
Check for lint and typescript error:
src/views/Private/Stats/Activity/StatsActivity.vue#L16
Property 'shortcuts' is missing in type '{ footer: { apply: string; cancel: string; }; }' but required in type '{ shortcuts: { today: string; yesterday: string; past: (period: number) => string; currentMonth: string; pastMonth: string; }; footer: { apply: string; cancel: string; }; }'.
|
Check for lint and typescript error:
src/views/Private/History/HistoryEventsList.vue#L30
Type '() => { label: string; atClick: () => string[]; }[]' is not assignable to type 'boolean | (() => { label: string; atClick: () => Date[]; }[]) | undefined'.
|
Check for lint and typescript error:
src/views/Private/History/HistoryEventsList.vue#L24
Property 'shortcuts' is missing in type '{ footer: { apply: string; cancel: string; }; }' but required in type '{ shortcuts: { today: string; yesterday: string; past: (period: number) => string; currentMonth: string; pastMonth: string; }; footer: { apply: string; cancel: string; }; }'.
|