chore(deps-dev): bump eslint-config-love from 52.0.0 to 62.0.0 #401
node.js.yml
on: pull_request
Matrix: run build
Matrix: check style
Matrix: check tests
Annotations
7 errors and 8 warnings
check style (20):
src/config.ts#L2
TypeScript will only remove the inline type specifiers which will leave behind a side effect import at runtime. Convert this to a top-level type qualifier to properly remove the entire import
|
check style (20):
src/index.ts#L17
Variable 'databaseManager' should be initialized on declaration
|
check style (20):
src/index.ts#L19
Variable 'server' should be initialized on declaration
|
check style (20):
src/index.ts#L28
Function declared in a loop contains unsafe references to variable(s) 'setTimeout'
|
check style (20):
src/services/logic.service.ts#L45
Variable 'cachedActiveNetworkMap' should be initialized on declaration
|
check style (20):
src/services/logic.service.ts#L124
Async arrow function has too many parameters (5). Maximum allowed is 4
|
check style (20)
Process completed with exit code 1.
|
check style (20):
src/index.ts#L2
Unexpected undescribed directive comment. Include descriptions to explain why the comment is necessary
|
check style (20):
src/index.ts#L2
Requires 'eslint-enable' directive for 'no-console'
|
check style (20):
src/services/logic.service.ts#L2
Unexpected undescribed directive comment. Include descriptions to explain why the comment is necessary
|
check style (20):
src/services/logic.service.ts#L2
Requires 'eslint-enable' directive for '@typescript-eslint/no-explicit-any'
|
check style (20):
src/services/services.ts#L3
Unexpected undescribed directive comment. Include descriptions to explain why the comment is necessary
|
check style (20):
src/services/services.ts#L3
Requires 'eslint-enable' directive for '@typescript-eslint/no-explicit-any'
|
check style (20):
src/services/services.ts#L4
Unexpected undescribed directive comment. Include descriptions to explain why the comment is necessary
|
check style (20):
src/services/services.ts#L4
Requires 'eslint-enable' directive for '@typescript-eslint/no-extraneous-class'
|