build(deps-dev): bump typescript from 5.9.3 to 6.0.3 #45
Annotations
10 errors
|
Run yarn lint:
src/proxy/proxyServer.ts#L231
This assertion is unnecessary since the receiver accepts the original type of the expression
|
|
Run yarn lint:
src/multiServer.ts#L432
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run yarn lint:
src/multiServer.ts#L417
The value assigned to 'affectedRooms' is not used in subsequent statements
|
|
Run yarn lint:
src/multiServer.ts#L413
Async arrow function has no 'await' expression
|
|
Run yarn lint:
src/multiServer.ts#L386
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run yarn lint:
src/multiServer.ts#L257
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Run yarn lint:
src/multiServer.ts#L232
Async arrow function has no 'await' expression
|
|
Run yarn lint:
src/multiServer.ts#L167
Async arrow function has no 'await' expression
|
|
Run yarn lint:
src/multiServer.ts#L123
This assertion is unnecessary since it does not change the type of the expression
|
|
Run yarn lint:
src/app.ts#L20
This assertion is unnecessary since the receiver accepts the original type of the expression
|
Loading