mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
eslint: Add key-spacing linter rule.
Apparently, we didn't have one of these, and thus had a moderate number of generally very old violations in the codebase. Fix this and clear the ones that exist..
This commit is contained in:
@@ -7,9 +7,9 @@ exports.mark_all_as_read = function (cont) {
|
||||
unread_ui.update_unread_counts();
|
||||
|
||||
channel.post({
|
||||
url: '/json/mark_all_as_read',
|
||||
url: '/json/mark_all_as_read',
|
||||
idempotent: true,
|
||||
success: cont});
|
||||
success: cont});
|
||||
};
|
||||
|
||||
function process_newly_read_message(message, options) {
|
||||
|
||||
Reference in New Issue
Block a user