ESlint comma-dangle

This commit is contained in:
Peter Jaszkowiak
2017-02-17 19:31:21 -07:00
parent aa64ec7db1
commit bc1d70c126
345 changed files with 1974 additions and 1978 deletions

View File

@@ -174,7 +174,7 @@
if (privileges.hasOwnProperty(priv)) {
states.push({
name: priv,
state: privileges[priv]
state: privileges[priv],
});
}
}
@@ -285,5 +285,5 @@
}(
typeof exports === 'object' ? exports :
typeof define === 'function' && define.amd ? {} :
helpers = {}
helpers = {},
));