mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -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 = {},
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user