mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user