mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This is done to ensure that variables in HTML string format which should not be escaped in templates, have a consistent _html suffix. The commits that follow do the same style of refactors in other areas. Discussion: https://chat.zulip.org/#narrow/channel/6-frontend/topic/Add.20linter.20rule.20to.20denote.20HTML.20string.20in.20template/near/2232128 Signed-off-by: apoorvapendse <apoorvavpendse@gmail.com>