zulip/static/shared/js
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
..
emoji.js eslint: Replace empty-returns with consistent-return. 2020-09-25 15:17:59 -07:00
fenced_code.js markdown: Add data-code-lang attribute for locally echoed messages. 2020-09-18 17:12:26 -07:00
typeahead.js emoji: Rename :slight_smile: to 😄. 2020-07-21 16:49:54 -07:00
typing_status.js js: Replace underscore with lodash and remove it from globals. 2020-07-26 16:12:06 -07:00
typing_status.js.flow typing_status: Switch sentinel "recipient" value to `null`. 2019-10-24 14:56:56 -07:00