feat: Add dependency injections to all remaining command classes #4866
Annotations
10 warnings
Check Code Style:
solo.ts#L15
Missing return type on function
|
Check Code Style:
solo.ts#L18
The catch parameter `e` should be named `error`
|
Check Code Style:
solo.ts#L18
Please rename the variable `e`. Suggested names are: `error`, `event`. A more descriptive name will do too
|
Check Code Style:
solo.ts#L18
Missing return type on function
|
Check Code Style:
src/business/utils/class-constructor.type.ts#L4
The variable `args` should be named `arguments_`. A more descriptive name will do too
|
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/path-ex.ts#L3
Prefer `node:path` over `path`
|
Check Code Style:
src/business/utils/path-ex.ts#L4
Prefer `node:fs` over `fs`
|
Check Code Style:
src/business/utils/path-ex.ts#L32
Please rename the variable `baseDir`. Suggested names are: `baseDirection`, `baseDirectory`. A more descriptive name will do too
|
Loading