eslint: change space-before-function-paren from warning to error.

Also fix violations.
This commit is contained in:
lonerz
2016-12-05 06:02:18 +00:00
committed by Tim Abbott
parent f354892ba4
commit dc6849952b
25 changed files with 39 additions and 39 deletions

View File

@@ -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);