hedgedoc/src
David Mehren 9485597e6f
ESLint: Enable @typescript-eslint/return-await rule
This ensures stack traces are helpful at the cost of a slightly
lower performance (one more tick in the event loop).

Fixes #838

Signed-off-by: David Mehren <git@herrmehren.de>
2021-02-20 20:14:36 +01:00
..
api ESLint: Enable @typescript-eslint/return-await rule 2021-02-20 20:14:36 +01:00
auth ESLint: Enable @typescript-eslint/return-await rule 2021-02-20 20:14:36 +01:00
authors
config
errors MediaService: Add MediaBackendError 2021-02-25 13:51:54 +01:00
groups GroupsService: Create new GroupsService 2021-02-20 11:41:15 +01:00
history ESLint: Enable @typescript-eslint/return-await rule 2021-02-20 20:14:36 +01:00
logger ESLint: Re-enable @typescript-eslint/no-explicit-any rule 2021-02-24 21:59:28 +01:00
media ESLint: Enable @typescript-eslint/return-await rule 2021-02-20 20:14:36 +01:00
monitoring
notes ESLint: Enable @typescript-eslint/return-await rule 2021-02-20 20:14:36 +01:00
permissions PermissionsModule: Remove unused imports 2021-02-23 19:13:41 +01:00
revisions NotesService: Replace noteByIdOrAlias with note as parameter 2021-02-20 16:50:11 +01:00
users NotesService: Add unit tests 2021-02-20 16:09:22 +01:00
utils NotesService: Finished hardcoded functions 2021-02-20 16:09:02 +01:00
app.module.ts PublicApi: Add correct prefix 2021-02-15 10:26:12 +01:00
main.ts StaticServe: Fix serving images under uploads/ 2021-02-15 07:39:52 +01:00