mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
245 B
245 B
Code-style
- methods that return a promise should always use async/await otherwise synchronous errors can get swallowed
- only named exports, no default exports otherwise it becomes hard to remember what was a default/named export