Ghost/core
Hannah Wolfe 5bf12939e4
Updated eslint-plugin-ghost & fixed resulting failures
- I recently added a bunch of strict rules to our eslint plugin around returns: ca9af37866
- These mostly are issues that occur whilst writing code, that you spot and fix as you're developing, but they're annoying to notice/find and eslint can be used to flag them quickly
- There are of course, edge cases where you don't need to return from array fns, but this rule also suggests better patterns might be available
- For our excert helper and new assertEvent helper, I've updated the code to use simpler patterns that are easier to read, so as to avoid the warnings
- For our old API I've simply disabled the rule as we're about to delete this code
2022-02-21 12:30:12 +00:00
..
client@792f10f50c Updated Admin to v4.36.2 2022-02-18 16:00:29 +00:00
frontend Updated eslint-plugin-ghost & fixed resulting failures 2022-02-21 12:30:12 +00:00
server Updated eslint-plugin-ghost & fixed resulting failures 2022-02-21 12:30:12 +00:00
shared Added membersLastSeenFilter labs flag 2022-02-21 11:48:23 +00:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added handler for unhandled rejections 2022-02-18 10:35:36 +01:00
bridge.js 💡 Pinned frontend API version to canary 2022-02-17 17:55:55 +00:00