fix(platform): Update ESLint linting command to include .tsx files #191
validate-platform.yaml
on: pull_request
Validate Platform
45s
Annotations
10 errors and 10 warnings
Validate Platform:
apps/platform/src/app/(main)/page.tsx#L45
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<ProjectWithCount[]>`
|
Validate Platform:
apps/platform/src/app/(main)/project/[project]/@secret/page.tsx#L54
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Secret[]>`
|
Validate Platform:
apps/platform/src/app/(main)/project/[project]/@variable/page.tsx#L57
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Variable[]>`
|
Validate Platform:
apps/platform/src/app/(main)/settings/@profile/page.tsx#L47
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
|
Validate Platform:
apps/platform/src/components/dashboard/environment/environmentCard/index.tsx#L70
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Validate Platform
@keyshade/platform#lint: command (/home/runner/work/keyshade/keyshade/apps/platform) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Validate Platform:
apps/platform/src/components/dashboard/secret/secretCard/index.tsx#L45
Unsafe argument of type `any` assigned to a parameter of type `string | number | Date | Dayjs | null | undefined`
|
Validate Platform:
apps/platform/src/components/dashboard/variable/variableCard/index.tsx#L80
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Validate Platform:
apps/platform/src/components/dashboard/variable/variableCard/index.tsx#L81
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Validate Platform:
apps/platform/src/components/dashboard/variable/variableCard/index.tsx#L84
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Validate Platform
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Validate Platform:
apps/platform/src/components/dashboard/project/projectScreenLoader/index.tsx#L10
Do not use Array index in keys
|
Validate Platform:
apps/platform/src/components/ui/combobox.tsx#L41
'any' overrides all other types in this union type
|
Validate Platform:
apps/platform/src/store/index.ts#L14
'any' overrides all other types in this intersection type
|
Validate Platform:
apps/platform/src/store/index.ts#L14
'any' overrides all other types in this union type
|
Validate Platform:
apps/platform/src/store/index.ts#L16
'any' overrides all other types in this union type
|
Validate Platform:
apps/platform/src/store/index.ts#L17
'any' overrides all other types in this union type
|
Validate Platform:
apps/platform/src/store/index.ts#L18
'any' overrides all other types in this union type
|
Validate Platform:
apps/platform/src/store/index.ts#L20
'any' overrides all other types in this union type
|
Validate Platform:
apps/platform/src/store/workspace.ts#L18
'any' overrides all other types in this union type
|