11 Commits

Author SHA1 Message Date
d560f7a725 Fix project references of local @types/express.d.ts
The `comments-server` package requires the `server` package, but
previously it did not load the updates of global Express.Request
definitions correctly.

By adding the triple slash comment:

/// <reference path="../@types/express.d.ts" /> to the top

to the top of packages/server/src/index.ts, the issue is now resolved
2019-11-01 08:48:16 -04:00
d4378719c5 Use EntitySchema and interfaces over typeorm decorators 2019-09-18 15:25:27 +07:00
a0c36a1299 Install eslint-plugin-import 2019-09-16 21:27:53 +07:00
400d1cd213 Run eslint --fix 2019-09-16 21:04:10 +07:00
7631f085ef Fix packages/server 2019-09-16 10:46:17 +07:00
92912af839 Fix packages/client 2019-09-16 00:44:21 +07:00
30d1f1fcd4 Partiall upgrade packages/client 2019-09-15 18:29:55 +07:00
69dd12375c Fix image-upload, http-client and config 2019-09-15 17:35:31 +07:00
50d36f268f Fix linting errors in packages/jsonrpc 2019-09-15 17:14:31 +07:00
003032c3ef Fix linting error in packages/redux 2019-09-15 16:20:52 +07:00
8c732ba91e Install eslint and fix errors
- argparse
- scripts
- tasq
- validator
2019-09-15 15:57:22 +07:00