mirror of
https://github.com/wassname/talk.git
synced 2026-08-12 12:30:39 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -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