fix(platform): Update ESLint linting command to include .tsx files #180
Annotations
10 errors and 7 warnings
Lint:
apps/platform/src/app/(main)/page.tsx#L43
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<ProjectWithCount[]>`
|
Lint:
apps/platform/src/app/(main)/project/[project]/@secret/page.tsx#L54
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Secret[]>`
|
Lint:
apps/platform/src/app/(main)/project/[project]/@variable/page.tsx#L57
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Variable[]>`
|
Lint
@keyshade/platform#lint: command (/home/runner/work/keyshade/keyshade/apps/platform) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
Lint:
apps/platform/src/app/(main)/project/[project]/layout.tsx#L75
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Environment[]>`
|
Lint:
apps/platform/src/app/(main)/settings/@profile/page.tsx#L47
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<string>`
|
Lint:
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`
|
Lint:
apps/platform/src/components/dashboard/variable/variableCard/index.tsx#L79
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Lint:
apps/platform/src/components/dashboard/variable/variableCard/index.tsx#L80
Unsafe argument of type `any` assigned to a parameter of type `string`
|
Lint:
apps/platform/src/components/dashboard/variable/variableCard/index.tsx#L83
Unsafe argument of type `any` assigned to a parameter of type `string`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
apps/platform/src/components/dashboard/project/projectScreenLoader/index.tsx#L10
Do not use Array index in keys
|
Lint:
apps/platform/src/store/index.ts#L13
'any' overrides all other types in this union type
|
Lint:
apps/platform/src/store/index.ts#L14
'any' overrides all other types in this union type
|
Lint:
apps/platform/src/store/index.ts#L15
'any' overrides all other types in this union type
|
Lint:
apps/platform/src/store/index.ts#L16
'any' overrides all other types in this union type
|
Lint:
apps/platform/src/store/workspace.ts#L18
'any' overrides all other types in this union type
|
Loading