chore(deps): bump express from 4.19.2 to 4.20.0 #54
Annotations
10 warnings
Run npm run lint:
src/cluster.ts#L286
No magic number: 403
|
Run npm run lint:
src/cluster.ts#L309
No magic number: 404
|
Run npm run lint:
src/config.ts#L16
No magic number: 4000
|
Run npm run lint:
src/file.ts#L5
No magic number: 32
|
Run npm run lint:
src/index.ts#L13
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run npm run lint:
src/keepalive.ts#L55
No magic number: 3
|
Run npm run lint:
src/logger.ts#L4
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run npm run lint:
src/routes/auth.route.ts#L10
No magic number: 403
|
Run npm run lint:
src/routes/auth.route.ts#L17
No magic number: 403
|
Run npm run lint:
src/routes/auth.route.ts#L19
No magic number: 204
|
Loading