mirror of
https://github.com/wassname/talk.git
synced 2026-08-05 13:30:26 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1 +1 @@
|
||||
export const pluginConfigSelector = (state) => state.config.pluginConfig;
|
||||
export const pluginConfigSelector = state => state.config.pluginConfig;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export const sortOrderSelector = (state) => state.stream.sortOrder;
|
||||
export const sortBySelector = (state) => state.stream.sortBy;
|
||||
export const sortOrderSelector = state => state.stream.sortOrder;
|
||||
export const sortBySelector = state => state.stream.sortBy;
|
||||
|
||||
Reference in New Issue
Block a user