Merge branch 'master' of https://github.com/npenin/akala #662
Annotations
42 errors and 1 warning
packages/json-rpc-ws/example/client.js#L3
Require statement not part of import statement (@typescript-eslint/no-var-requires)
|
packages/json-rpc-ws/example/client.js#L3
'require' is not defined (no-undef)
|
packages/json-rpc-ws/example/client.js#L5
Require statement not part of import statement (@typescript-eslint/no-var-requires)
|
packages/json-rpc-ws/example/client.js#L5
'require' is not defined (no-undef)
|
packages/json-rpc-ws/example/server.js#L3
Require statement not part of import statement (@typescript-eslint/no-var-requires)
|
packages/json-rpc-ws/example/server.js#L3
'require' is not defined (no-undef)
|
packages/json-rpc-ws/example/server.js#L5
Require statement not part of import statement (@typescript-eslint/no-var-requires)
|
packages/json-rpc-ws/example/server.js#L5
'require' is not defined (no-undef)
|
packages/json-rpc-ws/example/server.js#L16
'setTimeout' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L1
Require statement not part of import statement (@typescript-eslint/no-var-requires)
|
packages/json-rpc-ws/test/index.js#L1
'require' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L2
Require statement not part of import statement (@typescript-eslint/no-var-requires)
|
packages/json-rpc-ws/test/index.js#L2
'require' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L5
Require statement not part of import statement (@typescript-eslint/no-var-requires)
|
packages/json-rpc-ws/test/index.js#L5
'require' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L7
'Code' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L9
'Code' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L11
'describe' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L18
'before' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L46
'after' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L61
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L67
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L120
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L136
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L151
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L159
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L196
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L214
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L239
'setTimeout' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L244
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L264
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L289
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L303
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L321
'describe' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L324
'script' is defined but never used (@typescript-eslint/no-unused-vars)
|
packages/json-rpc-ws/test/index.js#L325
'before' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L330
'it' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L336
'x' is assigned a value but never used (@typescript-eslint/no-unused-vars)
|
packages/json-rpc-ws/test/index.js#L337
'require' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L342
'browserClient' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L345
'browserClient' is not defined (no-undef)
|
packages/json-rpc-ws/test/index.js#L363
'resolve' is not defined (no-undef)
|
publish
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|