Fit to template repo #37
Annotations
8 errors and 5 warnings
Lint
Process completed with exit code 1.
|
Lint:
scripts/ts/getRecipientData.ts#L9
'feeType' is never reassigned. Use 'const' instead
|
Lint:
scripts/ts/getRecipientData.ts#L9
'chain' is never reassigned. Use 'const' instead
|
Lint:
scripts/ts/getRecipientData.ts#L9
'address' is never reassigned. Use 'const' instead
|
Lint:
scripts/ts/FeeRouter/ChildToParentMessageRedeemer.ts#L106
'l2ToL1Event' is never reassigned. Use 'const' instead
|
Lint:
scripts/ts/FeeRouter/ChildToParentMessageRedeemer.ts#L100
'l2ToL1Events' is never reassigned. Use 'const' instead
|
Lint:
scripts/ts/FeeRouter/ChildToParentMessageRedeemer.ts#L96
'log' is never reassigned. Use 'const' instead
|
Lint:
scripts/ts/FeeRouter/ChildToParentMessageRedeemer.ts#L72
Unexpected constant condition
|
Lint:
scripts/ts/getRecipientData.ts#L2
'chainID' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
scripts/ts/cli/childToParentRedeemer.ts#L2
'option' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
scripts/ts/FeeRouter/ChildToParentMessageRedeemer.ts#L8
'EventArgs' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
scripts/ts/FeeRouter/ChildToParentMessageRedeemer.ts#L7
'ChildToParentTransactionEvent' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
scripts/ts/FeeRouter/ChildToParentMessageRedeemer.ts#L4
'ChildToParentRewardRouter' is defined but never used. Allowed unused vars must match /^_/u
|