feat: integrate appinspector UI #213
Annotations
14 errors and 10 warnings
|
Test
Process completed with exit code 2.
|
|
Test:
vite.config.ts#L5
Cannot find module 'vite' or its corresponding type declarations.
|
|
Test:
vite.config.ts#L4
Cannot find module '@vitejs/plugin-react' or its corresponding type declarations.
|
|
Test:
src/app-inspector/main.tsx#L5
Cannot find module '@localstack/integrations' or its corresponding type declarations.
|
|
Lint
Process completed with exit code 2.
|
|
Lint:
vite.config.ts#L9
Unsafe call of a(n) `error` type typed value
|
|
Lint:
vite.config.ts#L7
Unsafe call of a(n) `error` type typed value
|
|
Lint:
src/utils/manage.ts#L29
Unsafe member access .session_id on an `any` value
|
|
Lint:
src/utils/manage.ts#L29
Unsafe member access .session_id on an `any` value
|
|
Lint:
src/utils/manage.ts#L29
Unsafe return of a value of type `any`
|
|
Lint:
src/utils/manage.ts#L27
Unsafe assignment of an `any` value
|
|
Lint:
src/utils/install.ts#L245
Unsafe assignment of an `any` value
|
|
Lint:
src/utils/configure-aws.ts#L492
Unexpected iterable of non-Promise (non-"Thenable") values passed to promise aggregator
|
|
Lint:
src/app-inspector/main.tsx#L8
'react-router-dom' should be listed in the project's dependencies. Run 'npm i -S react-router-dom' to add it
|
|
Lint:
src/utils/configure-aws.ts#L204
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
|
|
Lint:
src/utils/authenticate.ts#L116
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
|
|
Lint:
src/test/extension.test.ts#L11
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
|
|
Lint:
src/plugins/setup.ts#L349
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
|
|
Lint:
src/plugins/setup.ts#L342
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
|
|
Lint:
src/plugins/setup.ts#L338
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
|
|
Lint:
src/plugins/setup.ts#L331
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
|
|
Lint:
src/plugins/setup.ts#L46
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
|
|
Lint:
src/plugins/manage.ts#L31
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
|
|
Lint:
src/plugins/manage.ts#L16
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
|