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,10 +1,10 @@
import translations from './translations.yml';
import {createSortOption} from 'plugin-api/beta/client/factories';
import {t} from 'plugin-api/beta/client/services';
import { createSortOption } from 'plugin-api/beta/client/factories';
import { t } from 'plugin-api/beta/client/services';
const SortOption = createSortOption(
() => t('talk-plugin-sort-most-replied.label'),
{sortBy: 'REPLIES', sortOrder: 'DESC'},
{ sortBy: 'REPLIES', sortOrder: 'DESC' }
);
/**
@@ -14,6 +14,6 @@ const SortOption = createSortOption(
export default {
translations,
slots: {
viewingOptionsSort: [SortOption]
}
viewingOptionsSort: [SortOption],
},
};
@@ -1,2 +1 @@
module.exports = {
};
module.exports = {};