chore: added mirror-node and explorer to dual-cluster-full.test.ts
, deleted mirror-node.test.ts
, bump solo-charts to v0.49.1
#4919
Annotations
10 warnings
Check Code Style:
solo.ts#L15
Missing return type on function
|
Check Code Style:
solo.ts#L18
Missing return type on function
|
Check Code Style:
src/business/utils/comparators.ts#L11
Expected number to have a type annotation
|
Check Code Style:
src/business/utils/comparators.ts#L21
Expected configSource to have a type annotation
|
Check Code Style:
src/business/utils/regex.ts#L11
Prefer `String#replaceAll()` over `String#replace()`
|
Check Code Style:
src/business/utils/regex.ts#L11
`String.raw` should be used to avoid escaping `\`
|
Check Code Style:
src/business/utils/version-range.ts#L89
Expected beginComparison to have a type annotation
|
Check Code Style:
src/business/utils/version.ts#L6
Missing accessibility modifier on method definition constructor
|
Check Code Style:
src/business/utils/version.ts#L12
Unexpected `if` as the only statement in a `if` block without `else`
|
Check Code Style:
src/commands/account.ts#L59
Use `undefined` instead of `null`
|
Loading