Playground state #12
Annotations
10 errors and 1 warning
Run linter:
packages/backend/src/playground.ts#L14
All imports in the declaration are only used as types. Use `import type`
|
Run linter:
packages/backend/src/playground.ts#L118
'post_data' is never reassigned. Use 'const' instead
|
Run linter:
packages/backend/src/playground.ts#L124
'post_options' is never reassigned. Use 'const' instead
|
Run linter:
packages/backend/src/playground.ts#L134
'post_req' is never reassigned. Use 'const' instead
|
Run linter:
packages/backend/src/playground.ts#L139
'resBody' is never reassigned. Use 'const' instead
|
Run linter:
packages/backend/src/playground.ts#L142
Unexpected lexical declaration in case block
|
Run linter:
packages/backend/src/playground.ts#L144
Unexpected lexical declaration in case block
|
Run linter:
packages/backend/src/playground.ts#L171
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
|
Run linter:
packages/backend/src/studio-api-impl.ts#L15
All imports in the declaration are only used as types. Use `import type`
|
Run linter:
packages/frontend/src/stores/playground-queries.ts#L4
'D:\a\studio-extension\studio-extension\packages\frontend\src\utils\client.ts' imported multiple times
|
Run linter:
packages/shared/models/IPlaygroundQueryState.ts#L1
Strings must use singlequote
|
The logs for this run have expired and are no longer available.
Loading