feat: adding support for starting / stopping playground #36
Annotations
30 errors and 3 warnings
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L16
All imports in the declaration are only used as types. Use `import type`
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L31
Commented-out code is forbidden
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L63
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L72
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L102
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L124
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/studio-api-impl.ts#L18
All imports in the declaration are only used as types. Use `import type`
|
linter, formatters and unit tests / ubuntu-22.04:
packages/shared/src/models/IPlaygroundQueryState.ts#L3
'PlaygroundStatus' is defined but never used
|
linter, formatters and unit tests / ubuntu-22.04
Process completed with exit code 1.
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L16
All imports in the declaration are only used as types. Use `import type`
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L31
Commented-out code is forbidden
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L63
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L72
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L102
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L124
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
linter, formatters and unit tests / macos-12:
packages/backend/src/studio-api-impl.ts#L18
All imports in the declaration are only used as types. Use `import type`
|
linter, formatters and unit tests / macos-12:
packages/shared/src/models/IPlaygroundQueryState.ts#L3
'PlaygroundStatus' is defined but never used
|
linter, formatters and unit tests / macos-12
Process completed with exit code 1.
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L16
All imports in the declaration are only used as types. Use `import type`
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L31
Commented-out code is forbidden
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L59
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L63
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L72
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L102
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L124
Prefer using an optional chain expression instead, as it's more concise and easier to read
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/studio-api-impl.ts#L18
All imports in the declaration are only used as types. Use `import type`
|
linter, formatters and unit tests / windows-2022:
packages/shared/src/models/IPlaygroundQueryState.ts#L3
'PlaygroundStatus' is defined but never used
|
linter, formatters and unit tests / windows-2022
Process completed with exit code 1.
|
linter, formatters and unit tests / ubuntu-22.04:
packages/backend/src/playground.ts#L108
Missing trailing comma
|
linter, formatters and unit tests / macos-12:
packages/backend/src/playground.ts#L108
Missing trailing comma
|
linter, formatters and unit tests / windows-2022:
packages/backend/src/playground.ts#L108
Missing trailing comma
|