mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export const commentBoxTagsSelector = (state) => state.commentBox.tags;
|
||||
export const commentClassNamesSelector = (state) => state.stream.commentClassNames;
|
||||
export const commentBoxTagsSelector = state => state.commentBox.tags;
|
||||
export const commentClassNamesSelector = state =>
|
||||
state.stream.commentClassNames;
|
||||
|
||||
Reference in New Issue
Block a user