mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
eslint: change space-before-function-paren from warning to error.
Also fix violations.
This commit is contained in:
@@ -194,7 +194,7 @@ function get_main_hash(hash) {
|
||||
return hash.replace(/^#/, "").split(/\//)[0];
|
||||
}
|
||||
|
||||
function should_ignore (hash) {
|
||||
function should_ignore(hash) {
|
||||
// an array of hashes to ignore (eg. ["subscriptions", "settings", "administration"]).
|
||||
var ignore_list = [];
|
||||
var main_hash = get_main_hash(hash);
|
||||
|
||||
Reference in New Issue
Block a user