hedgedoc/lib/web
Sheogorath 004e2fbcb2
TypeScript: Tighten configs to improve type validation
TypeScript considers null and undefined as fine for all variable by
default. This patch enables `strictNullChecks`, which should cause
errors to be thrown as soon as a variable is null or undefined without
having it explicitly decleared for itself.[1]

[1]: https://www.typescriptlang.org/docs/handbook/migrating-from-javascript.html#strict-null--undefined-checks

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2020-02-24 16:19:17 +01:00
..
auth Add Google oauth variable: hostedDomain 2020-02-08 15:57:22 +08:00
imageRouter Merge pull request #213 from davidmehren/refactor_backend_notes 2019-11-20 20:07:35 +01:00
middleware Move note actions to their own file. 2019-10-27 13:51:53 +01:00
note TypeScript: Tighten configs to improve type validation 2020-02-24 16:19:17 +01:00
baseRouter.js Move note actions to their own file. 2019-10-27 13:51:53 +01:00
historyRouter.js Fix eslint warnings 2019-05-31 00:30:29 +02:00
statusRouter.js Move note actions to their own file. 2019-10-27 13:51:53 +01:00
userRouter.js Move note actions to their own file. 2019-10-27 13:51:53 +01:00
utils.js Allow posting new note with content 2018-01-18 10:41:58 +01:00