mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
lint: Add dangling commas in JavaScript objects.
This commit is contained in:
@@ -175,7 +175,7 @@ Filter.canonicalize_term = function (opts) {
|
||||
return {
|
||||
negated: negated,
|
||||
operator: operator,
|
||||
operand: operand
|
||||
operand: operand,
|
||||
};
|
||||
};
|
||||
|
||||
@@ -373,7 +373,7 @@ Filter.prototype = {
|
||||
return ok;
|
||||
});
|
||||
};
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
Filter.operator_to_prefix = function (operator, negated) {
|
||||
|
||||
Reference in New Issue
Block a user