wip: contacts #9086
Annotations
10 errors and 4 warnings
Lint JS:
packages/connect-nostr/src/index.ts#L11
'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#L14
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#L40
Expected blank line before this statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L60
Unexpected console statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L78
Unexpected console statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L79
Unexpected console statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L81
Unexpected console statement
|
Lint JS:
packages/connect-nostr/src/index.ts#L83
Expected a `const` instead of a literal type assertion
|
Lint JS:
packages/connect-nostr/src/index.ts#L108
Async method 'dispose' has no 'await' expression
|
Lint JS:
packages/connect-nostr/src/test.ts#L1
'.' import is restricted from being used
|
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-nostr/src/index.ts#L11
There should be at least one empty line between import groups
|
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
|
Loading