chore: Fix lint errors #2588
Annotations
10 warnings
Lint Files:
src/commands/build/features/html/index.ts#L34
Arrow function expected no return value
|
Lint Files:
src/commands/index.ts#L28
Unexpected negated condition
|
Lint Files:
src/commands/translate/index.ts#L127
Expected to return a value at the end of async method 'action'
|
Lint Files:
src/commands/translate/providers/yandex/provider.ts#L102
Unexpected any. Specify a different type
|
Lint Files:
src/commands/translate/providers/yandex/provider.ts#L210
Async function expected no return value
|
Lint Files:
src/commands/translate/providers/yandex/provider.ts#L228
Unexpected console statement
|
Lint Files:
src/commands/translate/providers/yandex/provider.ts#L229
Unexpected console statement
|
Lint Files:
src/core/program/decorators.ts#L26
Function expected no return value
|
Lint Files:
src/core/program/types.ts#L80
Unexpected any. Specify a different type
|
Lint Files:
src/core/utils/extension.ts#L15
Function 'withHooks' expected no return value
|
Loading