pull request workflows #3
Annotations
20 errors and 3 warnings
check:
src/App.vue#L7
Parameter '$event' implicitly has an 'any' type.
|
check:
src/components/AccountSelect.vue#L10
Parameter 'option' implicitly has an 'any' type.
|
check:
src/components/AccountSelect.vue#L10
Parameter 'label' implicitly has an 'any' type.
|
check:
src/components/AccountSelect.vue#L10
Parameter 'search' implicitly has an 'any' type.
|
check:
src/components/BookNavigationItem.vue#L10
Expected 2 arguments, but got 3.
|
check:
src/components/AccountListItem.vue#L9
Expected 2 arguments, but got 3.
|
check:
src/components/SeamlessInput.vue#L11
'$event.target' is possibly 'null'.
|
check:
src/components/SeamlessInput.vue#L11
Property 'select' does not exist on type 'EventTarget'.
|
check:
src/components/charts/BarChart.vue#L32
Argument of type 'string | number' is not assignable to parameter of type 'number'.
|
check:
src/components/charts/BarChart.vue#L40
Type '{ responsive: true; maintainAspectRatio: false; resizeDelay: number; layout: { padding: number; }; scales: { x: { border: { display: false; }; grid: { display: false; }; ticks: { padding: number; }; }; y: { border: { ...; }; ticks: { ...; }; }; }; borderRadius: string; plugins: { ...; }; }' is not assignable to type '_DeepPartialObject<CoreChartOptions<"bar"> & ElementChartOptions<"bar"> & PluginChartOptions<"bar"> & DatasetChartOptions<"bar"> & ScaleChartOptions<...> & BarControllerChartOptions>'.
|
eslint:
src/components/AccountDetailsHeader.vue#L175
Unexpected mutation of "account" prop
|
eslint:
src/components/AccountDetailsHeader.vue#L182
Unexpected mutation of "account" prop
|
eslint:
src/components/AccountListItem.vue#L168
Unexpected mutation of "account" prop
|
eslint:
src/components/BookNavigationItem.vue#L178
Unexpected mutation of "book" prop
|
eslint:
src/components/CurrencyText.spec.ts#L35
Unsafe argument of type `any` assigned to a parameter of type `VueClass<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, ...>>> | ComponentOptions<...>`
|
eslint:
src/components/CurrencyText.spec.ts#L85
Unsafe argument of type `any` assigned to a parameter of type `VueClass<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, ...>>> | ComponentOptions<...>`
|
eslint:
src/components/CurrencyText.spec.ts#L125
Unsafe argument of type `any` assigned to a parameter of type `ComponentOptions<CurrencyText, DefaultData<CurrencyText>, DefaultMethods<CurrencyText>, DefaultComputed, PropsDefinition<DefaultProps>, DefaultProps, {}, ComponentOptionsMixin, ComponentOptionsMixin> | VueClass<...>`
|
eslint:
src/components/TransactionImportDialog.vue#L428
Unsafe assignment of an `any` value
|
eslint:
src/components/TransactionImportDialog.vue#L435
Unsafe argument of type `any` assigned to a parameter of type `{}`
|
eslint:
src/components/TransactionImportDialog.vue#L435
Unsafe member access [0] on an `any` value
|
eslint:
src/components/SeamlessInput.vue#L5
This line has a length of 203. Maximum allowed is 120
|
eslint:
src/components/TransactionListItem.vue#L3
This line has a length of 216. Maximum allowed is 120
|
eslint:
src/components/TransactionListItemTemplate.vue#L3
Invalid Tailwind CSS classnames order
|