mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -14,7 +14,7 @@ privileges.userPrivilegeList = [
|
||||
'upload:post:image',
|
||||
'upload:post:file',
|
||||
'purge',
|
||||
'mods'
|
||||
'mods',
|
||||
];
|
||||
|
||||
privileges.groupPrivilegeList = [
|
||||
@@ -29,7 +29,7 @@ privileges.groupPrivilegeList = [
|
||||
'groups:upload:post:image',
|
||||
'groups:upload:post:file',
|
||||
'groups:purge',
|
||||
'groups:moderate'
|
||||
'groups:moderate',
|
||||
];
|
||||
|
||||
privileges.privilegeList = privileges.userPrivilegeList.concat(privileges.groupPrivilegeList);
|
||||
|
||||
Reference in New Issue
Block a user