wip: contacts #9187
Annotations
10 errors and 7 warnings
Lint JS:
packages/connect-nostr/src/index.ts#L5
'ws' should be listed in the project's dependencies. Run 'npm i -S ws' to add it
|
Lint JS:
packages/connect-nostr/src/index.ts#L13
React Hook "useWebSocketImplementation" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function
|
Lint JS:
packages/connect-nostr/src/index.ts#L111
Unexpected console statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L175
Unexpected console statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L185
Unexpected console statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L191
Async method 'dispose' has no 'await' expression
|
Lint JS:
packages/connect-nostr/src/test.ts#L1
'.' import is restricted from being used
|
Lint JS:
packages/connect-nostr/src/test.ts#L14
Unexpected console statement
|
Lint JS:
packages/connect/src/api/nostrGetPublicKey.ts#L41
Expected blank line before this statement
|
Lint JS:
packages/suite/src/actions/suite/nostrActions.ts#L2
'@trezor/connect-nostr' should be listed in the project's dependencies. Run 'npm i -S @trezor/connect-nostr' to add it
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint JS:
packages/connect/e2e/tests/device/methods.test.ts#L124
Unexpected console statement
|
Lint JS:
packages/connect/e2e/tests/device/methods.test.ts#L125
Unexpected console statement
|
Lint JS:
packages/connect/src/api/nostrSignEvent.ts#L15
Unexpected console statement
|
Lint JS:
packages/connect/src/core/method.ts#L15
Unexpected console statement
|
Lint JS:
packages/connect/src/types/api/nostrGetPublicKey.ts#L1
There should be at least one empty line between import groups
|
Lint JS:
packages/suite/src/actions/suite/initAction.ts#L18
There should be no empty line within import group
|
Loading