In-Progress Feature #38
Annotations
9 errors and 5 warnings
|
lint-and-type-check (server)
Process completed with exit code 1.
|
|
lint-and-type-check (server):
server/src/types/auth.ts#L33
An interface declaring no members is equivalent to its supertype
|
|
lint-and-type-check (server):
server/src/routes/surveys.ts#L218
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint-and-type-check (server):
server/src/routes/auth.ts#L281
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint-and-type-check (server):
server/src/middleware/auth.ts#L37
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint-and-type-check (server):
server/src/index.ts#L216
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
|
lint-and-type-check (server):
server/src/index.ts#L211
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
|
|
lint-and-type-check (client)
The operation was canceled.
|
|
lint-and-type-check (client)
The strategy configuration was canceled because "lint-and-type-check.server" failed
|
|
lint-and-type-check (server):
server/src/utils/authTokenHandler.ts#L32
Unexpected any. Specify a different type
|
|
lint-and-type-check (server):
server/src/types/models.ts#L18
Unexpected any. Specify a different type
|
|
lint-and-type-check (server):
server/src/routes/surveys.ts#L397
Unexpected any. Specify a different type
|
|
lint-and-type-check (server):
server/src/routes/surveys.ts#L269
Unexpected any. Specify a different type
|
|
lint-and-type-check (server):
server/src/middleware/auth.ts#L68
Unexpected any. Specify a different type
|