mirror of
https://github.com/zulip/zulip.git
synced 2025-10-29 02:53:52 +00:00
eslint: Enable no-extra-parens rule.
Following sub-configuration is disabled:
"nestedBinaryExpressions": false,
This commit is contained in:
@@ -65,7 +65,7 @@ $(function () {
|
||||
};
|
||||
|
||||
$.fn.within = function (sel) {
|
||||
return ($(this).is(sel) || $(this).closest(sel).length);
|
||||
return $(this).is(sel) || $(this).closest(sel).length;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user