hedgedoc/src/notes
David Mehren 6ffeb2e9c9
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-26 12:10:51 +01:00
..
author-color.entity.ts auth: Add tests for AuthService 2021-01-25 21:30:02 +01:00
note-authorship.dto.ts NoteAuthorshipDto: Add doc comments 2021-01-25 22:48:39 +01:00
note-metadata.dto.ts NoteMetadata DTOs: Add doc comments 2021-01-25 22:48:38 +01:00
note-permissions.dto.ts GroupsService: Create new GroupsService 2021-02-20 16:52:18 +01:00
note.dto.ts NoteDto: Add doc comments 2021-01-25 22:48:39 +01:00
note.entity.ts Rename viewcount to viewCount for compliance 2021-02-22 23:36:44 +01:00
notes.module.ts GroupsService: Create new GroupsService 2021-02-20 16:52:18 +01:00
notes.service.spec.ts Merge pull request #943 from hedgedoc/refactor/getNoteContent 2021-02-23 21:05:25 +01:00
notes.service.ts ESLint: Enable @typescript-eslint/return-await rule 2021-02-26 12:10:51 +01:00
tag.entity.ts Format with Prettier 2 2021-01-06 23:49:45 +01:00