zulip/frontend_tests
Anders Kaseorg d72423ef21 eslint: Replace empty-returns with consistent-return.
Instead of prohibiting ‘return undefined’ (#8669), we require that a
function must return an explicit value always or never.  This prevents
you from forgetting to return a value in some cases.  It will also be
important for TypeScript, which distinguishes between undefined and
void.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-09-25 15:17:59 -07:00
..
node_tests eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
puppeteer_lib js: Use destructuring for require statements. 2020-09-23 09:06:07 -04:00
puppeteer_tests eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
zjsunit eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00