Skip to content

Allow listing user's projects when adding to an org #923

Allow listing user's projects when adding to an org

Allow listing user's projects when adding to an org #923

GitHub Actions / ESLint Report Analysis failed Oct 18, 2024 in 1s

ESLint Report Analysis

4 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files.

Details

Annotations

Check failure on line 148 in frontend/src/routes/(authenticated)/org/[org_id]/+page.ts

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148

[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of type any[] to a variable of type string[].

Check failure on line 148 in frontend/src/routes/(authenticated)/org/[org_id]/+page.ts

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148

[@typescript-eslint/no-unsafe-assignment] Unsafe spread of an `any` value in an array.

Check failure on line 148 in frontend/src/routes/(authenticated)/org/[org_id]/+page.ts

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148

[@typescript-eslint/no-unsafe-return] Unsafe return of an `any` typed value.

Check failure on line 148 in frontend/src/routes/(authenticated)/org/[org_id]/+page.ts

@github-actions github-actions / ESLint Report Analysis

frontend/src/routes/(authenticated)/org/[org_id]/+page.ts#L148

[@typescript-eslint/no-unsafe-member-access] Unsafe member access .id on an `any` value.