ENG-2035 - Build collaborative canvas prototype #5279
ci.yaml
on: pull_request
validate
1m 11s
lint-changed-files
44s
format-changed-files
45s
Annotations
2 errors and 6 warnings
|
lint-changed-files
Process completed with exit code 1.
|
|
format-changed-files
Process completed with exit code 1.
|
|
[eslint (apps/website)] apps/website/app/(canvas)/canvas/components/CanvasRoom.tsx#L196:
apps/website/app/(canvas)/canvas/components/CanvasRoom.tsx#L196
Do not use an `<a>` element to navigate to `/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages @next/next/no-html-link-for-pages
|
|
[eslint (apps/website)] apps/website/app/(canvas)/canvas/components/CanvasRoom.tsx#L216:
apps/website/app/(canvas)/canvas/components/CanvasRoom.tsx#L216
Do not use an `<a>` element to navigate to `/canvas/new/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages @next/next/no-html-link-for-pages
|
|
[eslint (apps/website)] apps/website/app/(canvas)/canvas/components/CanvasRoom.tsx#L488:
apps/website/app/(canvas)/canvas/components/CanvasRoom.tsx#L488
Async method 'upload' has no 'await' expression @typescript-eslint/require-await
|
|
lint-changed-files
Async method 'upload' has no 'await' expression
|
|
lint-changed-files
Do not use an `<a>` element to navigate to `/canvas/new/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|
|
lint-changed-files
Do not use an `<a>` element to navigate to `/`. Use `<Link />` from `next/link` instead. See: https://nextjs.org/docs/messages/no-html-link-for-pages
|