Anders Kaseorg
|
eb2c822d3f
|
eslint: Enable object-shorthand avoidExplicitReturnArrows option.
This is equivalent in the absence of ‘this’ (which ESLint knows to
check for).
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
2022-11-17 16:48:44 -08:00 |
Anders Kaseorg
|
3a718d786f
|
js: Fix type issue with FormatJS rich text elements.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
2022-11-03 14:48:40 -07:00 |
Tim Abbott
|
737145e4e0
|
i18n: Simpify default_language conditional.
|
2022-07-12 17:25:43 -07:00 |
Aman Agrawal
|
df6ad8154a
|
default_language_modal: Add more space around languages displayed.
We use 3 columns on wide screens and come down to 1 column on
narrow screens to ensure that the languages are properly
displayed.
|
2022-07-12 17:23:15 -07:00 |
Anders Kaseorg
|
b0ce4f1bce
|
docs: Fix many spelling mistakes.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
2022-02-07 18:51:06 -08:00 |
Anders Kaseorg
|
f8c2e7c7b0
|
i18n: Fix @typescript-eslint/unbound-method.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
2021-09-22 18:06:06 -07:00 |
Anders Kaseorg
|
f7a7cfea62
|
js: Fix @typescript-eslint/restrict-plus-operands.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
|
2021-09-22 18:06:06 -07:00 |
Priyank Patel
|
9418ae51fa
|
ts: Convert i18n module to TypeScript.
We update our tsconfig target to ES2020 so that we don't get type
errors related to some properties not being in Intl that is used by
@formatjs/intl.
|
2021-06-22 09:09:36 -07:00 |