mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
replaced eslint:recommended with prettier
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
export {addTag, removeTag} from 'talk-plugin-commentbox/actions';
|
||||
export {addCommentClassName, removeCommentClassName} from 'coral-embed-stream/src/actions/stream';
|
||||
export { addTag, removeTag } from 'talk-plugin-commentbox/actions';
|
||||
export {
|
||||
addCommentClassName,
|
||||
removeCommentClassName,
|
||||
} from 'coral-embed-stream/src/actions/stream';
|
||||
|
||||
@@ -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