Issue Security type for crypto has some white space. #210 fix #86
Annotations
6 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint Check:
src/api/api.ts#L92
Unsafe declaration merging between classes and interfaces
|
Lint Check:
src/api/api.ts#L1619
Unsafe declaration merging between classes and interfaces
|
Lint Check:
src/tests/unit/api-next-live/get-contract-details.test.ts#L19
'subscription$' is defined but never used. Allowed unused vars must match /^_/u
|
Lint Check:
src/tests/unit/api/order/placeOrder.test.ts#L65
'orderState' is defined but never used. Allowed unused args must match /^_/u
|
Lint Check:
src/tests/unit/api/order/placeOrder.test.ts#L134
'orderState' is defined but never used. Allowed unused args must match /^_/u
|
Loading