replaced eslint:recommended with prettier

This commit is contained in:
Wyatt Johnson
2018-01-11 20:00:34 -07:00
parent d56c19016a
commit 0abc2ca243
649 changed files with 16235 additions and 13008 deletions
+1 -4
View File
@@ -1,4 +1 @@
module.exports = [
'LIKE',
'FLAG'
];
module.exports = ['LIKE', 'FLAG'];
+1 -7
View File
@@ -1,7 +1 @@
module.exports = [
'ACCEPTED',
'REJECTED',
'PREMOD',
'SYSTEM_WITHHELD',
'NONE'
];
module.exports = ['ACCEPTED', 'REJECTED', 'PREMOD', 'SYSTEM_WITHHELD', 'NONE'];
+1 -5
View File
@@ -1,5 +1 @@
module.exports = [
'ASSETS',
'COMMENTS',
'USERS'
];
module.exports = ['ASSETS', 'COMMENTS', 'USERS'];
+1 -4
View File
@@ -1,4 +1 @@
module.exports = [
'PRE',
'POST'
];
module.exports = ['PRE', 'POST'];
+1 -6
View File
@@ -1,6 +1 @@
module.exports = [
'ADMIN',
'MODERATOR',
'STAFF',
'COMMENTER',
];
module.exports = ['ADMIN', 'MODERATOR', 'STAFF', 'COMMENTER'];
-1
View File
@@ -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