mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
eslint: Enable no-extra-parens rule.
Following sub-configuration is disabled:
"nestedBinaryExpressions": false,
This commit is contained in:
@@ -167,7 +167,7 @@ exports.switchToFullWidth = function () {
|
||||
$('head').append('<style id="full-width-style" type="text/css">' +
|
||||
'#home .alert-bar, .recipient-bar-content, #compose-container, .app-main, .header-main { max-width: none; }' +
|
||||
'</style>');
|
||||
return ("Switched to full width");
|
||||
return "Switched to full width";
|
||||
};
|
||||
|
||||
/* END OF EXPERIMENTS */
|
||||
|
||||
Reference in New Issue
Block a user