mirror of
https://github.com/wassname/talk.git
synced 2026-07-27 11:28:12 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,4 +1 @@
|
||||
module.exports = [
|
||||
'LIKE',
|
||||
'FLAG'
|
||||
];
|
||||
module.exports = ['LIKE', 'FLAG'];
|
||||
|
||||
@@ -1,7 +1 @@
|
||||
module.exports = [
|
||||
'ACCEPTED',
|
||||
'REJECTED',
|
||||
'PREMOD',
|
||||
'SYSTEM_WITHHELD',
|
||||
'NONE'
|
||||
];
|
||||
module.exports = ['ACCEPTED', 'REJECTED', 'PREMOD', 'SYSTEM_WITHHELD', 'NONE'];
|
||||
|
||||
@@ -1,5 +1 @@
|
||||
module.exports = [
|
||||
'ASSETS',
|
||||
'COMMENTS',
|
||||
'USERS'
|
||||
];
|
||||
module.exports = ['ASSETS', 'COMMENTS', 'USERS'];
|
||||
|
||||
@@ -1,4 +1 @@
|
||||
module.exports = [
|
||||
'PRE',
|
||||
'POST'
|
||||
];
|
||||
module.exports = ['PRE', 'POST'];
|
||||
|
||||
@@ -1,6 +1 @@
|
||||
module.exports = [
|
||||
'ADMIN',
|
||||
'MODERATOR',
|
||||
'STAFF',
|
||||
'COMMENTER',
|
||||
];
|
||||
module.exports = ['ADMIN', 'MODERATOR', 'STAFF', 'COMMENTER'];
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
module.exports = [
|
||||
|
||||
// UNSET is used when the username can be changed, and does not necessarily
|
||||
// require moderator action to become active. This can be used when the user
|
||||
// signs up with a social login and has the option of setting their own
|
||||
|
||||
Reference in New Issue
Block a user