Update local deployment verification script #2
Annotations
10 errors
Lint:
.eslintrc.js#L20
Expected object keys to be in natural ascending order. '@typescript-eslint/no-unnecessary-type-assertion' should be before '@typescript-eslint/no-unsafe-call'
|
Lint:
deploy/1_deploy.ts#L1
'network' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
deploy/1_deploy.ts#L6
'log' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
deploy/1_deploy.ts#L9
'irrevocableVestingFactory' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
deploy/2_verify.ts#L1
'config' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
deploy/2_verify.ts#L1
'network' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
deploy/2_verify.ts#L6
'accounts' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
deploy/2_verify.ts#L7
'deployer' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
scripts/derive-irrevocable-vesting.js#L1
Require statement not part of import statement
|
Lint:
scripts/derive-irrevocable-vesting.js#L1
There should be at least one empty line between import groups
|
Loading