Lint #281
lint.yaml
on: push
Install dependencies, build and lint
54s
Annotations
10 errors and 1 warning
Install dependencies, build and lint:
src/api.ts#L3
Module '"@/blockchain"' has no exported member 'Wallet'.
|
Install dependencies, build and lint:
src/auth.ts#L11
Module '"@/blockchain"' has no exported member 'Wallet'.
|
Install dependencies, build and lint:
src/gondi.ts#L503
Argument of type '{ loan: LoanV5; loanId: bigint; to: `0x${string}`; enable: boolean; rights?: `0x${string}` | undefined; }[]' is not assignable to parameter of type '{ loan: LoanV5; loanId: bigint; to: `0x${string}`; rights?: `0x${string}` | undefined; enable: boolean; }[] & { loan: LoanV6; loanId: bigint; to: `0x${string}`; rights?: `0x${string}` | undefined; enable: boolean; }[]'.
|
Install dependencies, build and lint:
src/gondi.ts#L520
Type 'LoanV5' is not assignable to type '{ borrower: `0x${string}`; nftCollateralTokenId: bigint; nftCollateralAddress: `0x${string}`; principalAddress: `0x${string}`; principalAmount: bigint; startTime: bigint; duration: bigint; source: readonly { loanId: bigint; lender: `0x${string}`; principalAmount: bigint; accruedInterest: bigint; startTime: bigint; aprBps: bigint; }[]; } & { contractAddress: `0x${string}`; } & { borrower: `0x${string}`; nftCollateralTokenId: bigint; nftCollateralAddress: `0x${string}`; principalAddress: `0x${string}`; principalAmount: bigint; startTime: bigint; duration: bigint; tranche: readonly { loanId: bigint; floor: bigint; principalAmount: bigint; lender: `0x${string}`; accruedInterest: bigint; startTime: bigint; aprBps: bigint; }[]; protocolFee: bigint; } & { contractAddress: `0x${string}`; }'.
|
Install dependencies, build and lint:
src/gondi.ts#L549
Cannot find name 'emitLoanArgsToMslArgs'. Did you mean 'emitLoanMslArgs'?
|
Install dependencies, build and lint:
src/gondi.ts#L552
Property 'offer' does not exist on type 'EmitLoanArgs'.
|
Install dependencies, build and lint:
src/graphql/client.ts#L12
Module '"@/blockchain"' has no exported member 'Wallet'.
|
Install dependencies, build and lint:
src/reservoir/Reservoir.ts#L15
Module '"@/blockchain"' has no exported member 'Wallet'.
|
Install dependencies, build and lint:
src/reservoir/utils.ts#L4
Module '"@/blockchain"' has no exported member 'Wallet'.
|
Install dependencies, build and lint
Process completed with exit code 2.
|
Install dependencies, build and lint
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/.
|