fix: ui fixes for playground #84
Annotations
1 error and 7 warnings
Check Formatting
Process completed with exit code 1.
|
Lint:
apps/console-electron/app/page.tsx#L10
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Lint:
apps/playground-web/components/Playground/__tests__/Playground.test.tsx#L32
'terminalContainerElement' is assigned a value but never used
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L15
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L15
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L26
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/commonUtils.ts#L32
Unexpected any. Specify a different type
|
Lint:
apps/playground-web/shared/utils/shellUtils.ts#L13
Unexpected any. Specify a different type
|
Loading