mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 18:36:36 +00:00
eslint: Add and enable space-unary-ops rule.
Info about rule at https://eslint.org/docs/rules/space-unary-ops.
This commit is contained in:
@@ -471,7 +471,7 @@ Filter.prototype = {
|
||||
_build_predicate: function () {
|
||||
var operators = this._operators;
|
||||
|
||||
if (! this.can_apply_locally()) {
|
||||
if (!this.can_apply_locally()) {
|
||||
return function () { return true; };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user