Update eslint-config #559
Annotations
10 errors and 14 warnings
ci:
example/src/components/AppFootNav.vue#L5
Cannot find module '@/types' or its corresponding type declarations.
|
ci:
example/src/components/AppNav.vue#L106
Argument of type '{ name: string; size: number; }' is not assignable to parameter of type 'Partial<{ color: "primary" | "secondary" | "error" | "warning" | "info" | "success"; size: string | number; }> & Omit<{ readonly name: RuiIcons; readonly size: string | number; readonly color?: "primary" | ... 5 more ... | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, "col...'.
|
ci:
example/src/components/AppSideNav.vue#L4
Cannot find module '@/types' or its corresponding type declarations.
|
ci:
example/src/main.ts#L34
Cannot find module '@/router' or its corresponding type declarations.
|
ci:
example/src/main.ts#L35
Cannot find module '@/stores/counter' or its corresponding type declarations.
|
ci:
example/src/views/ButtonView.vue#L622
Argument of type '{ name: string; }' is not assignable to parameter of type 'Partial<{ color: "primary" | "secondary" | "error" | "warning" | "info" | "success"; size: string | number; }> & Omit<{ readonly name: RuiIcons; readonly size: string | number; readonly color?: "primary" | ... 5 more ... | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, "col...'.
|
ci:
example/src/views/ButtonView.vue#L630
Argument of type '{ name: string | undefined; }' is not assignable to parameter of type 'Partial<{ color: "primary" | "secondary" | "error" | "warning" | "info" | "success"; size: string | number; }> & Omit<{ readonly name: RuiIcons; readonly size: string | number; readonly color?: "primary" | ... 5 more ... | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, "col...'.
|
ci:
example/src/views/ButtonView.vue#L638
Argument of type '{ name: string; }' is not assignable to parameter of type 'Partial<{ color: "primary" | "secondary" | "error" | "warning" | "info" | "success"; size: string | number; }> & Omit<{ readonly name: RuiIcons; readonly size: string | number; readonly color?: "primary" | ... 5 more ... | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, "col...'.
|
ci:
example/src/views/DataTableView.vue#L851
Argument of type '{ icon: "arrow-down-circle-line"; expanded: boolean | undefined; onClick: any; }' is not assignable to parameter of type 'Partial<{ icon: RuiIcons; }> & Omit<{ readonly icon: RuiIcons; readonly expanded: boolean; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, "icon"> & Record<...>'.
|
ci:
example/src/views/IconView.vue#L21
Argument of type '{ name: string; size: number; key: number; }' is not assignable to parameter of type 'Partial<{ color: "primary" | "secondary" | "error" | "warning" | "info" | "success"; size: string | number; }> & Omit<{ readonly name: RuiIcons; readonly size: string | number; readonly color?: "primary" | ... 5 more ... | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, "col...'.
|
commit-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci
No files were found with the provided path: example/cypress/e2e/videos. No artifacts will be uploaded.
|
ci:
example/src/router/index.ts#L117
Prefer named exports
|
ci:
example/src/views/ChipView.vue#L801
File has too many lines (1088). Maximum allowed is 800
|
ci:
example/src/views/DataTableView.vue#L801
File has too many lines (1002). Maximum allowed is 800
|
ci:
src/components/alerts/Alert.stories.ts#L3
Use default import syntax to import 'Alert'
|
ci:
src/components/alerts/Alert.vue#L2
Use default import syntax to import 'RuiButton'
|
ci:
src/components/alerts/Alert.vue#L3
Use default import syntax to import 'RuiIcon'
|
ci:
src/components/buttons/button-group/ButtonGroup.stories.ts#L5
Use default import syntax to import 'ButtonGroup'
|
ci:
src/components/buttons/button/Button.stories.ts#L2
Use default import syntax to import 'Button'
|
ci:
src/components/buttons/button/Button.vue#L2
Use default import syntax to import 'RuiProgress'
|
ci:
src/components/cards/Card.spec.ts#L11
Async arrow function has no 'await' expression
|
ci
No files were found with the provided path: example/cypress/e2e/screenshots. No artifacts will be uploaded.
|