Allow listing user's projects when adding to an org #923
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 / 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 / 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 / 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 / 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.