hedgedoc/src/auth
David Mehren 9fcc3c6cee
Enforce explicit function return types
This re-enables the `@typescript-eslint/explicit-module-boundary-types`
check and also enables the
`@typescript-eslint/explicit-function-return-type` check.

Signed-off-by: David Mehren <git@herrmehren.de>
2021-02-27 17:41:32 +01:00
..
auth-token-with-secret.dto.ts
auth-token.dto.ts
auth-token.entity.ts
auth.module.ts
auth.service.spec.ts Fix various ESLint errors in unit tests 2021-02-27 16:11:27 +01:00
auth.service.ts Enforce explicit function return types 2021-02-27 17:41:32 +01:00
mock-auth.guard.ts Enforce explicit function return types 2021-02-27 17:41:32 +01:00
token-auth.guard.ts
token.strategy.ts