mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
lint: Add dangling commas in JavaScript objects.
This commit is contained in:
@@ -51,7 +51,7 @@ exports.id = function (message_row) {
|
||||
|
||||
var valid_table_names = {
|
||||
zhome: true,
|
||||
zfilt: true
|
||||
zfilt: true,
|
||||
};
|
||||
|
||||
exports.get_table = function (table_name) {
|
||||
|
||||
Reference in New Issue
Block a user